Skip to content

Commit

Permalink
Merge pull request #31 from contentstack/automation
Browse files Browse the repository at this point in the history
Stack instance issue resolved
  • Loading branch information
uttamukkoji authored Jun 17, 2020
2 parents 552692d + b5e6914 commit 310f8c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ docs-config.json
test.js
test/
reports/
csio-templates/
contentstack-templates/
js-sdk-reference/
examples/

mocktest.json
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contentstack",
"version": "3.9.0",
"version": "3.9.1",
"description": "Contentstack Javascript SDK",
"homepage": "https://www.contentstack.com/",
"author": {
Expand All @@ -9,7 +9,7 @@
},
"main": "dist/node/contentstack.js",
"browser": "dist/web/contentstack.js",
"_id": "[email protected].0",
"_id": "[email protected].1",
"scripts": {
"test": "tape test/index.js | tap-html --out ./tap-html.html",
"automate": "node test.js",
Expand Down Expand Up @@ -44,14 +44,14 @@
],
"dist": {
"shasum": "a328ed07240476a26b31a23261355dc929e1da63",
"tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.9.0.tgz"
"tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.9.1.tgz"
},
"license": "MIT",
"directories": {},
"_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.9.0.tgz",
"_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.9.1.tgz",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/contentstack-3.9.0.tgz_1477830884275_0.9869455888401717"
"tmp": "tmp/contentstack-3.9.1.tgz_1477830884275_0.9869455888401717"
},
"devDependencies": {
"babel-core": "6.26.0",
Expand Down

0 comments on commit 310f8c0

Please sign in to comment.