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 1fd3a92 commit 1de7163Copy full SHA for 1de7163
package.json
@@ -60,7 +60,7 @@
60
"babel-flow": "babel src --out-dir lib --source-maps inline",
61
"build": "npm run clean && npm run babel-flow && cp src/index.d.ts lib/index.d.ts && cp src/index.js.flow lib/index.js.flow",
62
"preversion": "npm test",
63
- "version": "npm run build",
+ "version": "npm run build"
64
},
65
"repository": "express-vue/express-vue-renderer",
66
"license": "Apache-2.0",
0 commit comments