Skip to content

Commit b25492a

Browse files
authoredMar 9, 2019
feat: Remove bundling (#1017)
1 parent 0fc217e commit b25492a

File tree

2 files changed

+1
-407
lines changed

2 files changed

+1
-407
lines changed
 

‎package-lock.json

-379
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-28
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "the Istanbul command line interface",
55
"main": "index.js",
66
"scripts": {
7-
"bundle": "bundle-dependencies update",
87
"pretest": "npm run clean && npm run instrument",
98
"test": "tap -t360 --no-cov -b ./test/*.js && npm run report",
109
"posttest": "standard",
@@ -95,7 +94,6 @@
9594
},
9695
"devDependencies": {
9796
"any-path": "^1.3.0",
98-
"bundle-dependencies": "^1.0.2",
9997
"chai": "^4.2.0",
10098
"coveralls": "^3.0.2",
10199
"is-windows": "^1.0.2",
@@ -117,30 +115,5 @@
117115
"repository": {
118116
"type": "git",
119117
"url": "git@github.com:istanbuljs/nyc.git"
120-
},
121-
"bundledDependencies": [
122-
"archy",
123-
"arrify",
124-
"caching-transform",
125-
"convert-source-map",
126-
"find-cache-dir",
127-
"find-up",
128-
"foreground-child",
129-
"glob",
130-
"istanbul-lib-coverage",
131-
"istanbul-lib-hook",
132-
"istanbul-lib-report",
133-
"istanbul-lib-source-maps",
134-
"istanbul-reports",
135-
"make-dir",
136-
"merge-source-map",
137-
"resolve-from",
138-
"rimraf",
139-
"signal-exit",
140-
"spawn-wrap",
141-
"test-exclude",
142-
"uuid",
143-
"yargs",
144-
"yargs-parser"
145-
]
118+
}
146119
}

0 commit comments

Comments
 (0)
Please sign in to comment.