Skip to content

Commit

Permalink
Npm ignore update to ignore coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
uttamukkoji committed Feb 19, 2021
1 parent 6f841f0 commit 56bf7d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "dist/node/contentstack.js",
"browser": "dist/web/contentstack.js",
"types": "./index.d.ts",
"_id": "[email protected].0",
"_id": "[email protected].2",
"scripts": {
"test": "npm run test:e2e && npm run test:typescript",
"test:e2e": "istanbul cover tape test/index.js | tap-html --out ./tap-html.html",
Expand Down Expand Up @@ -51,14 +51,14 @@
],
"dist": {
"shasum": "a328ed07240476a26b31a23261355dc929e1da63",
"tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.12.0.tgz"
"tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.12.2.tgz"
},
"license": "MIT",
"directories": {},
"_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.12.0.tgz",
"_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.12.2.tgz",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/contentstack-3.12.0.tgz_1477830884275_0.9869455888401717"
"tmp": "tmp/contentstack-3.12.2.tgz_1477830884275_0.9869455888401717"
},
"devDependencies": {
"@types/jest": "^26.0.13",
Expand Down

0 comments on commit 56bf7d0

Please sign in to comment.