Skip to content

Commit 1de7163

Browse files
updated packagejson
1 parent 1fd3a92 commit 1de7163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"babel-flow": "babel src --out-dir lib --source-maps inline",
6161
"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",
6262
"preversion": "npm test",
63-
"version": "npm run build",
63+
"version": "npm run build"
6464
},
6565
"repository": "express-vue/express-vue-renderer",
6666
"license": "Apache-2.0",

0 commit comments

Comments
 (0)