Skip to content

Commit

Permalink
fix: update contnetful-management to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
trodrigues committed Jun 23, 2016
1 parent d8754ad commit c04dff1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@
"test:only": "BABEL_ENV=test babel-node ./test/runner",
"test:debug": "BABEL_ENV=test babel-node debug ./test/runner",
"browser-coverage": "npm run test:cover && opener coverage/lcov-report/index.html",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"devdep:build": "pushd ../contentful-management.js && npm run build && popd",
"devdep:clean": "pushd ../contentful-management.js && npm run clean && popd",
"devdep:install": "npm run devdep:build && rm -rf node_modules/contentful-management.js && npm install ../contentful-management.js && npm run devdep:clean",
"devdep:uninstall": "npm run devdep:clean && rimraf node_modules/contentful-management.js"
},
"dependencies": {
"babel-runtime": "^6.3.19",
"bluebird": "^3.3.3",
"contentful": "^3.3.12",
"contentful-management": "^1.1.4",
"contentful-management": "^1.1.5",
"lodash": "^4.0.1",
"npmlog": "^2.0.0"
},
Expand Down

0 comments on commit c04dff1

Please sign in to comment.