8000 Remove unwanted dependencies · bootstarted/css-js-loader@ec2c939 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec2c939< 10000 /h1>

Browse files
author
Iyanu-Tomiwa
committed
Remove unwanted dependencies
1 parent 9a1a9c1 commit ec2c939

File tree

2 files changed

+877
-1463
lines changed

2 files changed

+877
-1463
lines changed

package.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,19 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "npm run lint && npm run spec",
8-
"lint": "eslint .",
9-
"spec": "NODE_ENV=test ./node_modules/.bin/_mocha -r adana-dump --compilers js:babel-core/register -R spec --recursive test/*.spec.js"
7+
"test": "npm run lint && jest",
8+
"lint": "eslint ."
109
},
1110
"author": "Neal Granger <neal@metalab.co>",
1211
"license": "CC0-1.0",
1312
"dependencies": {
14-
"adana-cli": "^0.1.2",
15-
"adana-dump": "^0.1.0",
1613
"babel-core": "^6.24.0",
17-
"babel-loader": "^6.2.7",
1814
"babel-preset-metalab": "^0.2.1",
19-
"chai": "^3.5.0",
20-
"css-loader": "^0.27.3",
2115
"fbjs": "^0.8.8",
16+
"jest": "^19.0.2",
2217
"loader-utils": "^0.2.16",
2318
"lodash": "^4.17.4",
24-
"memory-fs": "^0.4.1",
25-
"mocha": "^3.2.0",
26-
"react-dom": "^15.4.2",
27-
"style-loader": "^0.14.0",
28-
"webpack": "^1.13.0"
19+
"react-dom": "^15.4.2"
2920
},
3021
"devDependencies": {
3122
"eslint": "^3.17.1",

0 commit comments

Comments
 (0)
0