File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "version" : " 1.0.2" ,
2
3
"name" : " contentful-management" ,
3
4
"description" : " Client for Contentful's Content Management API" ,
4
5
"homepage" : " https://www.contentful.com/developers/documentation/content-management-api/" ,
20
21
"docs:build" : " jsdoc -r -c ./jsdoc.json dist" ,
21
22
"docs:dev" : " npm run build && npm run docs:build" ,
22
23
"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 " ,
24
25
"test:ci" : " SKIP_INTEGRATION_TESTS=true ./node_modules/contentful-sdk-core/bin/test-ci.sh" ,
25
26
"test:cover" : " BABEL_ENV=test babel-node ./node_modules/istanbul/lib/cli.js cover test/runner" ,
26
27
"test:only" : " BABEL_ENV=test babel-node ./test/runner" ,
46
47
" tonic-example.js"
47
48
],
48
49
"dependencies" : {
50
+ "babel-runtime" : " ^6.9.2" ,
49
51
"contentful-sdk-core" : " ^2.2.4"
50
52
},
51
53
"devDependencies" : {
Original file line number Diff line number Diff line change 1
- module . exports = ''
1
+ module . exports = '1.0.2 '
You can’t perform that action at this time.
0 commit comments