-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Npm ignore update to ignore coverage
- Loading branch information
1 parent
6f841f0
commit 56bf7d0
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|