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 1580733 commit 9b36be3Copy full SHA for 9b36be3
package.json
@@ -1,9 +1,10 @@
1
{
2
"name": "json-validations-lib",
3
- "version": "0.1.0",
+ "version": "0.4.0",
4
"scripts": {
5
"test-units": "cross-env BUILD_ENV=test DEBUG=amio* mocha test/test_unit/**/*.test.js --reporter mocha-multi-reporters --reporter-options configFile=test/mocha-reporters-config.json",
6
- "can-publish-nix": "npm info $npm_package_name version | npm-version-bump-checker"
+ "can-publish-nix": "npm info $npm_package_name version | npm-version-bump-checker",
7
+ "can-publish-win": "npm info %npm_package_name% version | npm-version-bump-checker"
8
},
9
"dependencies": {
10
"ajv": "6.10.2",
0 commit comments