Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "q-vanilla", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "A implementation of the Q API based on native (or polyfilled) Promises", | ||
@@ -25,11 +25,11 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "q.js", | ||
"main": "lib/q.js", | ||
"files": [ | ||
"LICENSE", | ||
"q.js", | ||
"queue.js" | ||
"lib/q.js", | ||
"src/q.js" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/kriskowal/q.git" | ||
"url": "git://github.com/sth/q-vanilla.git" | ||
}, | ||
@@ -41,3 +41,7 @@ "engines": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.0", | ||
"@babel/core": "^7.2.0", | ||
"@babel/preset-env": "^7.2.0", | ||
"cover": "*", | ||
"eslint": "^5.10.0", | ||
"grunt": "~0.4.1", | ||
@@ -47,3 +51,2 @@ "grunt-cli": "~0.1.9", | ||
"jasmine-node": "1.11.0", | ||
"jshint": "~2.1.9", | ||
"matcha": "~0.2.0", | ||
@@ -54,9 +57,10 @@ "opener": "*", | ||
"scripts": { | ||
"test": "jasmine-node spec && promises-aplus-tests spec/aplus-adapter && yarn run -s lint", | ||
"test": "yarn build && jasmine-node spec && promises-aplus-tests spec/aplus-adapter && yarn run -s lint", | ||
"test-browser": "opener spec/q-spec.html", | ||
"build": "babel --out-dir lib src", | ||
"benchmark": "matcha", | ||
"lint": "jshint q.js", | ||
"lint": "eslint src/", | ||
"cover": "cover run jasmine-node spec && cover report html && opener cover_html/index.html", | ||
"minify": "grunt", | ||
"prepublish": "grunt" | ||
"minify": "yarn build && yarn grunt", | ||
"prepublish": "yarn minify" | ||
}, | ||
@@ -63,0 +67,0 @@ "directories": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
109229
2239
12
1