Skip to content

Commit 7e7aa95

Browse files
committed
[util] 1.0.0 ~> 1.0.1 to release as latest 🤦
1 parent e0de4eb commit 7e7aa95

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": "typed-props",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Facebook's PropTypes standalone extensible implementation for browser and server",
55
"main": "dist/node/index.js",
66
"types": "dist/node/index.d.ts",
@@ -15,7 +15,7 @@
1515
"clean": "rm -rf dist",
1616
"cov": "nyc -t coverage --reporter=html mocha test",
1717
"test": "mocha test",
18-
"prepublish": "allow-publish-tag next && npm run clean && npm run build"
18+
"prepublish": "npm run clean && npm run build"
1919
},
2020
"license": "MIT",
2121
"devDependencies": {

0 commit comments

Comments
 (0)