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