client-cookies
Advanced tools
Comparing version 0.5.0 to 0.6.0
{ | ||
"name": "client-cookies", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "A modest package to easily set, get and delete cookies in Javacript.", | ||
"scripts": { | ||
"test": "mocha test --compilers js:babel-core/register", | ||
"build": "webpack", | ||
"build": "babel -d lib/ src/", | ||
"prepublish": "npm run build", | ||
"preversion": "npm test", | ||
"version": "npm run build && git add -A dist && git add package.json", | ||
"version": "npm run build && git add -A lib && git add package.json", | ||
"postversion": "git push && git push --tags" | ||
@@ -20,7 +20,6 @@ }, | ||
], | ||
"main": "dist/client-cookies.js", | ||
"main": "lib/Cookies.js", | ||
"devDependencies": { | ||
"babel-cli": "^6.2.0", | ||
"babel-core": "^6.2.1", | ||
"babel-loader": "^6.2.0", | ||
"babel-preset-es2015": "^6.1.18", | ||
@@ -31,4 +30,3 @@ "chai": "^3.4.1", | ||
"mocha": "^2.3.4", | ||
"mocha-jsdom": "^1.0.0", | ||
"webpack": "^1.12.9" | ||
"mocha-jsdom": "^1.0.0" | ||
}, | ||
@@ -35,0 +33,0 @@ "repository": { |
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
10556
8
9
201