immutable-linked-ordered-map
Advanced tools
Comparing version 0.22.0 to 0.23.0
{ | ||
"name": "immutable-linked-ordered-map", | ||
"version": "0.22.0", | ||
"version": "0.23.0", | ||
"description": "A JavaScript immutable linked ordered map.", | ||
@@ -8,7 +8,11 @@ "main": "dist/immutable-linked-ordered-map.js", | ||
"scripts": { | ||
"test": "echo \"Error: No test specified\" && exit 1", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"watch": "WEBPACK_ENV=watch webpack --progress --colors --watch", | ||
"dev-build": "WEBPACK_ENV=watch webpack --progress --colors", | ||
"build": "WEBPACK_ENV=build webpack", | ||
"publish-minor": "npm run build && npm run dev-build && npm version minor && npm publish && git push && git push --tags" | ||
"publish-git": "npm publish && git push && git push --tags", | ||
"build-all": "npm run build && npm run dev-build", | ||
"publish-patch": "npm run build-all && npm version patch && npm run publish-git", | ||
"publish-minor": "npm run build-all && npm version minor && npm run publish-git", | ||
"publish-major": "npm run build-all && npm version major && npm run publish-git" | ||
}, | ||
@@ -28,3 +32,3 @@ "repository": { | ||
], | ||
"author": "Anton Bagdatyev (Tonix-Tuft)", | ||
"author": "Anton Bagdatyev (Tonix)", | ||
"license": "MIT", | ||
@@ -31,0 +35,0 @@ "bugs": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
5390
328459