Skip to content

Commit 26290b8

Browse files
committed
update package json
1 parent 4b0fa29 commit 26290b8

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "fastest-validator",
3-
"version": "0.6.19",
3+
"version": "1.0.0",
44
"description": "The fastest JS validator library for NodeJS",
55
"main": "dist/index.js",
66
"browser": "dist/index.min.js",
77
"scripts": {
88
"bench": "node benchmark/index.js",
99
"bench:watch": "nodemon benchmark/index.js",
1010
"build": "rollup -c",
11-
"prepublish": "npm run build",
11+
"prepublishOnly": "npm run build",
1212
"dev": "nodemon examples/index.js",
1313
"ci": "jest --watch",
1414
"test": "jest --coverage",
@@ -29,7 +29,6 @@
2929
],
3030
"files": [
3131
"dist",
32-
"examples",
3332
"lib",
3433
"index.js",
3534
"index.d.ts"

0 commit comments

Comments
 (0)