Skip to content

Commit d9e5a4b

Browse files
committed
Removed default timeout
1 parent 8918b4f commit d9e5a4b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "contentstack",
3-
"version": "3.9.2",
3+
"version": "3.10.0",
44
"description": "Contentstack Javascript SDK",
55
"homepage": "https://www.contentstack.com/",
66
"author": {
@@ -9,7 +9,7 @@
99
},
1010
"main": "dist/node/contentstack.js",
1111
"browser": "dist/web/contentstack.js",
12-
"_id": "contentstack@3.9.2",
12+
"_id": "contentstack@3.10.0",
1313
"scripts": {
1414
"test": "tape test/index.js | tap-html --out ./tap-html.html",
1515
"automate": "node test.js",
@@ -44,14 +44,14 @@
4444
],
4545
"dist": {
4646
"shasum": "a328ed07240476a26b31a23261355dc929e1da63",
47-
"tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.9.2.tgz"
47+
"tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.10.0.tgz"
4848
},
4949
"license": "MIT",
5050
"directories": {},
51-
"_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.9.2.tgz",
51+
"_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.10.0.tgz",
5252
"_npmOperationalInternal": {
5353
"host": "packages-18-east.internal.npmjs.com",
54-
"tmp": "tmp/contentstack-3.9.2.tgz_1477830884275_0.9869455888401717"
54+
"tmp": "tmp/contentstack-3.10.0.tgz_1477830884275_0.9869455888401717"
5555
},
5656
"devDependencies": {
5757
"babel-core": "6.26.0",

0 commit comments

Comments
 (0)