Skip to content

Commit 4494831

Browse files
committed
fix main file patch
1 parent 68b62a7 commit 4494831

2 files changed

Lines changed: 80 additions & 55 deletions

File tree

package-lock.json

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

package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "json-yup",
3-
"version": "1.0.0",
43
"description": "A JSON schema parser for Yup",
5-
"main": "index.js",
4+
"main": "./dist/index.js",
65
"scripts": {
76
"start": "node -r esm ./src/index.js",
87
"build": "webpack --config webpack.config.js",
@@ -22,7 +21,7 @@
2221
"license": "MIT",
2322
"author": "Shipwell",
2423
"files": [
25-
"dist",
24+
"dist/index.js",
2625
"package.json"
2726
],
2827
"peerDependencies": {
@@ -64,5 +63,14 @@
6463
"webpack-bundle-analyzer": "^3.6.0",
6564
"webpack-cli": "^3.3.0",
6665
"yup": "^0.27.0"
67-
}
66+
},
67+
"version": "1.0.1",
68+
"keywords": [
69+
"yup",
70+
"yup-validation",
71+
"json-schema",
72+
"json-validation",
73+
"json-schema-validation",
74+
"javascript"
75+
]
6876
}

0 commit comments

Comments
 (0)