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 b76efb4 commit 29f911dCopy full SHA for 29f911d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "js-spec",
3
- "version": "0.1.77",
+ "version": "0.1.78",
4
"license": "LGPL-3.0",
5
"homepage": "https://github.com/js-works/js-spec",
6
"main": "index.js",
validators/package.json
@@ -1,6 +1,8 @@
"name": "js-spec_validators",
"main": "./index.js",
- "module": "../dist/js-spec.esm.production.js",
+ "module": "../dist/js-spec.validators.esm.production.js",
+ "unpkg": "../dist/js-spec.validators.umd.production.js",
+ "jsdelivr": "../dist/js-spec.validators.umd.production.js",
7
"types": "../dist/types/api/validators.d.ts"
8
}
0 commit comments