Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Commit da7acaa

Browse files
author
Jesús Fernando Alvarez Franco
committed
chore: push new version with publish fix
1 parent 18dba05 commit da7acaa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
{
22
"name": "@fernthedev/serverless-offline-step-functions",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "Serverless Offline Plugin to Support Step Functions for Local Development",
55
"main": "dist/main.js",
66
"types": "dist/main.d.ts",
77
"files": [
8-
"./dist/**/*"
8+
"dist"
99
],
1010
"homepage": "https://github.com/jefer590/serverless-offline-step-functions#README",
1111
"repository": "github:jefer590/serverless-offline-step-functions",
1212
"author": "Fernando Alvarez <masterofer36@gmail.com>",
1313
"license": "MIT",
1414
"private": false,
15+
"publishConfig": {
16+
"access": "public"
17+
},
1518
"scripts": {
1619
"check:lint": "eslint '*/**/*.ts'",
1720
"check:types": "tsc --noEmit",

0 commit comments

Comments
 (0)