Skip to content

Commit 9b36be3

Browse files
author
Jan
committed
chore: test publish 4
1 parent 1580733 commit 9b36be3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "json-validations-lib",
3-
"version": "0.1.0",
3+
"version": "0.4.0",
44
"scripts": {
55
"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"
6+
"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"
78
},
89
"dependencies": {
910
"ajv": "6.10.2",

0 commit comments

Comments
 (0)