We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcddda commit c7d5d1cCopy full SHA for c7d5d1c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@reactend/express",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "React-like http-server on Nodejs",
5
"main": "lib/index.js",
6
"repository": {
@@ -13,7 +13,7 @@
13
"rollup-build": "NODE_ENV=production rollup -c rollup.config.js",
14
"copy-pkg": "cp ./package.json ./lib/package.json",
15
"copy-readme": "cp ./README.md ./lib/README.md",
16
- "publish": "yarn build && npm publish"
+ "publish": "yarn build && npm publish --access public"
17
},
18
"keywords": [],
19
"author": "Orkhan Jafarov",
0 commit comments