Skip to content

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
- small typo fix
  • Loading branch information
RIP21 committed Apr 30, 2019
1 parent 3272f80 commit 8f225fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prebuild": "rimraf lib && mkdir lib && npm run test",
"build": "npm run build:es6 && npm run build:require",
"postbuild": "node copyPackageJsonAndReadme.js",
"prerelease": "build",
"prerelease": "npm run build",
"release": "npm publish lib",
"release:beta": "prerelease && npm publish lib --tag beta"
},
Expand Down

0 comments on commit 8f225fa

Please sign in to comment.