Skip to content

Commit c7d5d1c

Browse files
committed
1.0.4
1 parent 5fcddda commit c7d5d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactend/express",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "React-like http-server on Nodejs",
55
"main": "lib/index.js",
66
"repository": {
@@ -13,7 +13,7 @@
1313
"rollup-build": "NODE_ENV=production rollup -c rollup.config.js",
1414
"copy-pkg": "cp ./package.json ./lib/package.json",
1515
"copy-readme": "cp ./README.md ./lib/README.md",
16-
"publish": "yarn build && npm publish"
16+
"publish": "yarn build && npm publish --access public"
1717
},
1818
"keywords": [],
1919
"author": "Orkhan Jafarov",

0 commit comments

Comments
 (0)