selectabular
Advanced tools
Comparing version 0.2.2 to 1.0.0
@@ -0,7 +1,11 @@ | ||
1.0.0 / 2016-11-25 | ||
================== | ||
* Bump to 1.0.0 as this is stable. | ||
0.2.1 / 2016-11-03 | ||
================== | ||
* Bug fix - Fix **package.json** `main`. | ||
* Bug fix - Fix **package.json** `main`. | ||
0.2.0 / 2016-11-03 | ||
@@ -8,0 +12,0 @@ ================== |
{ | ||
"name": "selectabular", | ||
"version": "0.2.2", | ||
"version": "1.0.0", | ||
"description": "Selection utilities", | ||
@@ -11,6 +11,6 @@ "scripts": { | ||
"test:watch": "jest --watch --", | ||
"dist:build": "webpack", | ||
"dist:build": "rimraf ./dist && babel ./src --out-dir ./dist", | ||
"preversion": "npm run test:all && npm run dist:build && git commit --allow-empty -am \"Update dist\"" | ||
}, | ||
"main": "dist/selectabular.js", | ||
"main": "dist", | ||
"repository": { | ||
@@ -56,2 +56,3 @@ "type": "git", | ||
"devDependencies": { | ||
"babel-cli": "^6.18.0", | ||
"babel-core": "^6.18.2", | ||
@@ -71,8 +72,7 @@ "babel-eslint": "^7.1.1", | ||
"jest": "^17.0.3", | ||
"webpack": "^1.13.3" | ||
"rimraf": "^2.5.4" | ||
}, | ||
"pre-push": [ | ||
"test:lint", | ||
"test" | ||
"test:all" | ||
] | ||
} |
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
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
8715
16
63