contentful
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -14,4 +14,5 @@ { | ||
"clean": "rimraf dist && rimraf browser-dist && rimraf coverage && rimraf out", | ||
"build": "npm run clean && npm run vendor && babel lib --out-dir dist && npm run build:optimize", | ||
"build:optimize": "webpack -p && ccjs browser-dist/contentful.js --compilation_level=ADVANCED_OPTIMIZATIONS > browser-dist/contentful.min.js", | ||
"build": "npm run clean && npm run vendor && npm run build:dist && npm run build:standalone", | ||
"build:dist": "babel lib --out-dir dist", | ||
"build:standalone": "webpack -p && ccjs browser-dist/contentful.js --compilation_level=ADVANCED_OPTIMIZATIONS > browser-dist/contentful.min.js 2>/dev/null", | ||
"docs:build": "jsdoc -r -c jsdoc.json dist", | ||
@@ -21,3 +22,3 @@ "docs:dev": "npm run build && npm run docs:build", | ||
"docs:publish": "npm run docs:build && ./bin/publish-docs.sh", | ||
"test:ci": "npm run test:cover && npm run test:integration && if [ \"$TRAVIS_NODE_VERSION\" = \"5.0\" ] ; then npm run test:browser-remote; fi", | ||
"test:ci": "npm run test:cover && npm run test:integration && if [[ \"$TRAVIS_NODE_VERSION\" =~ \"5\" ]] ; then npm run test:browser-remote; fi", | ||
"test:cover": "BABEL_ENV=test babel-node ./node_modules/istanbul/lib/cli.js cover test/runner", | ||
@@ -97,3 +98,3 @@ "test:only": "BABEL_ENV=test babel-node ./test/runner", | ||
}, | ||
"version": "3.0.4" | ||
"version": "3.0.5" | ||
} |
@@ -1,1 +0,1 @@ | ||
module.exports = '3.0.4' | ||
module.exports = '3.0.5' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
281312