contentful
Advanced tools
Comparing version 4.2.1 to 4.3.0
{ | ||
"name": "contentful", | ||
"description": "Client for Contentful's Content Delivery API", | ||
"version": "4.2.1", | ||
"version": "4.3.0", | ||
"homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/", | ||
"main": "./dist/contentful.node.js", | ||
"module": "./dist/es6-modules/contentful.js", | ||
"jsnext:main": "./dist/es6-modules/contentful.js", | ||
"browser": "./dist/contentful.js", | ||
@@ -18,5 +20,6 @@ "repository": { | ||
"build": "npm run clean && npm run build:ci", | ||
"build:ci": "npm run vendor:version && npm run build:standalone", | ||
"build:ci": "npm run vendor:version && npm run build:standalone && npm run build:modules", | ||
"build:standalone": "BABEL_ENV=webpack webpack && BABEL_ENV=webpack NODE_ENV=production webpack -p", | ||
"build:standalone:log": "BABEL_ENV=webpack npm run build && BABEL_ENV=webpack NODE_ENV=production webpack -p --json --profile > webpack-build-log.json", | ||
"build:modules": "BABEL_ENV=webpack babel lib -d dist/es6-modules", | ||
"docs:build": "esdoc -c esdoc.json", | ||
@@ -23,0 +26,0 @@ "docs:dev": "npm run build && npm run docs:build", |
@@ -1,1 +0,1 @@ | ||
module.exports = '4.2.1' | ||
module.exports = '4.3.0' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
856478
21
20506