better-jsonp
Advanced tools
Comparing version 0.2.15 to 0.2.16
/*! | ||
* better-jsonp v0.2.14 | ||
* better-jsonp v0.2.15 | ||
* Copyrights (c) 2018-2018 Bowen (lbwa) | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* better-jsonp v0.2.14 | ||
* better-jsonp v0.2.15 | ||
* Copyrights (c) 2018-2018 Bowen (lbwa) | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "better-jsonp", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"description": "A simple JSONP implementation", | ||
"main": "dist/better-jsonp.min.js", | ||
"main": "dist/better-jsonp.esm.js", | ||
"unpkg": "dist/better-jsonp.js", | ||
"jsdelivr": "dist/better-jsonp.js", | ||
"files": [ | ||
@@ -12,5 +14,8 @@ "lib", | ||
"dev": "node samples/server.js", | ||
"build": "./node_modules/.bin/rollup -c scripts/rollup.config.js --environment NODE_ENV:production", | ||
"build:dev": "./node_modules/.bin/rollup -c scripts/rollup.config.js --environment NODE_ENV:development", | ||
"release": "sh publish.sh" | ||
"build": "yarn run build:prod && yarn run build:dev && yarn run build:common", | ||
"build:prod": "./node_modules/.bin/rollup -c scripts/rollup.config.js --environment TARGET:production", | ||
"build:dev": "./node_modules/.bin/rollup -c scripts/rollup.config.js --environment TARGET:development", | ||
"build:common": "./node_modules/.bin/rollup -c scripts/rollup.config.js --environment TARGET:cjs", | ||
"release": "sh publish.sh", | ||
"cleaner": "rm -v dist/*.js" | ||
}, | ||
@@ -17,0 +22,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
18839
7
382