diff --git a/.npmignore b/.npmignore index dc3a8724..3fd9e83f 100644 --- a/.npmignore +++ b/.npmignore @@ -4,7 +4,7 @@ docs-config.json test.js test/ reports/ -csio-templates/ +contentstack-templates/ js-sdk-reference/ examples/ - +mocktest.json diff --git a/package.json b/package.json index 5185ce29..977f4af3 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contentstack", - "version": "3.9.0", + "version": "3.9.1", "description": "Contentstack Javascript SDK", "homepage": "https://www.contentstack.com/", "author": { @@ -9,7 +9,7 @@ }, "main": "dist/node/contentstack.js", "browser": "dist/web/contentstack.js", - "_id": "contentstack@3.9.0", + "_id": "contentstack@3.9.1", "scripts": { "test": "tape test/index.js | tap-html --out ./tap-html.html", "automate": "node test.js", @@ -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",