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 e0de4eb commit 7e7aa95Copy full SHA for 7e7aa95
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typed-props",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Facebook's PropTypes standalone extensible implementation for browser and server",
5
"main": "dist/node/index.js",
6
"types": "dist/node/index.d.ts",
@@ -15,7 +15,7 @@
15
"clean": "rm -rf dist",
16
"cov": "nyc -t coverage --reporter=html mocha test",
17
"test": "mocha test",
18
- "prepublish": "allow-publish-tag next && npm run clean && npm run build"
+ "prepublish": "npm run clean && npm run build"
19
},
20
"license": "MIT",
21
"devDependencies": {
0 commit comments