angular-bluebird-promises
Advanced tools
Comparing version 0.6.4 to 1.0.0
{ | ||
"name": "angular-bluebird-promises", | ||
"version": "0.6.4", | ||
"version": "1.0.0", | ||
"homepage": "https://github.com/mattlewis92/angular-bluebird-promises", | ||
@@ -5,0 +5,0 @@ "authors": [ |
/** | ||
* angular-bluebird-promises - Replaces $q with bluebirds promise API | ||
* @version v0.6.4 | ||
* @version v1.0.0 | ||
* @link https://github.com/mattlewis92/angular-bluebird-promises | ||
@@ -5,0 +5,0 @@ * @license MIT |
/** | ||
* angular-bluebird-promises - Replaces $q with bluebirds promise API | ||
* @version v0.6.4 | ||
* @version v1.0.0 | ||
* @link https://github.com/mattlewis92/angular-bluebird-promises | ||
@@ -5,0 +5,0 @@ * @license MIT |
{ | ||
"name": "angular-bluebird-promises", | ||
"version": "0.6.4", | ||
"version": "1.0.0", | ||
"description": "Replaces $q with bluebirds promise API", | ||
@@ -27,2 +27,3 @@ "main": "dist/angular-bluebird-promises.js", | ||
"babel-preset-es2015": "~6.3.13", | ||
"conventional-changelog": "~0.5.1", | ||
"eslint": "~1.10.1", | ||
@@ -42,2 +43,3 @@ "eslint-config-mwl": "~0.3.0", | ||
"phantomjs": "~1.9.17", | ||
"pre-git": "~3.1.1", | ||
"webpack": "~1.12.2", | ||
@@ -56,4 +58,11 @@ "webpack-dev-server": "~1.14.0" | ||
"build": "npm run build:unmin && npm run build:min", | ||
"start": "webpack-dev-server" | ||
"start": "webpack-dev-server", | ||
"commit": "commit-wizard", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w" | ||
}, | ||
"config": { | ||
"pre-git": { | ||
"commit-msg": "conventional" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
44846
19
1
23