Skip to content

Commit 5ad25af

Browse files
committed
fix: Add babel-runtime as a dependency
1 parent 8b17e0c commit 5ad25af

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"version": "1.0.2",
23
"name": "contentful-management",
34
"description": "Client for Contentful's Content Management API",
45
"homepage": "https://www.contentful.com/developers/documentation/content-management-api/",
@@ -20,7 +21,7 @@
2021
"docs:build": "jsdoc -r -c ./jsdoc.json dist",
2122
"docs:dev": "npm run build && npm run docs:build",
2223
"docs:watch": "watchy -w lib npm run docs:dev",
23-
"docs:publish": "npm run docs:build && ./node_modules/contentful-sdk-jsdoc/bin/publish-docs.sh contentful-management.js contentfulManagement",
24+
"docs:publish": "npm run docs:build && ./node_modules/contentful-sdk-jsdoc/bin/publish-docs.sh contentful-management.js contentful-management",
2425
"test:ci": "SKIP_INTEGRATION_TESTS=true ./node_modules/contentful-sdk-core/bin/test-ci.sh",
2526
"test:cover": "BABEL_ENV=test babel-node ./node_modules/istanbul/lib/cli.js cover test/runner",
2627
"test:only": "BABEL_ENV=test babel-node ./test/runner",
@@ -46,6 +47,7 @@
4647
"tonic-example.js"
4748
],
4849
"dependencies": {
50+
"babel-runtime": "^6.9.2",
4951
"contentful-sdk-core": "^2.2.4"
5052
},
5153
"devDependencies": {

version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = ''
1+
module.exports = '1.0.2'

0 commit comments

Comments
 (0)