Skip to content

Commit 9405a80

Browse files
committed
chore: Deleted unused packages
1 parent 5d0ded1 commit 9405a80

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

package.json

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
"lintjs": "eslint ./{src,test}/*.js",
2727
"lintmd": "eslint --ext md --rule indent: [error, 4] .",
2828
"pretest": "clinton && npm run lintjs && npm run lintmd",
29-
"test": "nyc ava",
30-
"update": "updtr",
31-
"testen": "testen -n -- ava"
29+
"test": "nyc ava"
3230
},
3331
"files": [
3432
"lib/"
@@ -50,8 +48,7 @@
5048
"postcss": "^6.0.1"
5149
},
5250
"devDependencies": {
53-
"ava": "0.19.1",
54-
"ava-codemods": "^0.3.2",
51+
"ava": "*",
5552
"babel-cli": "^6.24.1",
5653
"babel-eslint": "^7.2.1",
5754
"babel-plugin-add-module-exports": "^0.2.1",
@@ -68,22 +65,11 @@
6865
"eslint-plugin-ava": "^4.0.1",
6966
"eslint-plugin-babel": "^4.0.1",
7067
"eslint-plugin-markdown": "^1.0.0-beta.4",
71-
"eslint-plugin-require-path-exists": "1.1.5",
7268
"eslint-plugin-xo": "^1.0.0",
7369
"husky": "^0.13.1",
7470
"np": "^2.14.1",
7571
"nyc": "^10.3.2",
76-
"rimraf": "^2.6.1",
77-
"testen": "^2.2.0",
78-
"updtr": "^1.0.0"
79-
},
80-
"testen": {
81-
"node": [
82-
"4",
83-
"5",
84-
"6",
85-
"7"
86-
]
72+
"rimraf": "^2.6.1"
8773
},
8874
"babel": {
8975
"presets": [
@@ -113,7 +99,6 @@
11399
"ava",
114100
"xo",
115101
"babel",
116-
"require-path-exists",
117102
"markdown"
118103
],
119104
"extends": [

0 commit comments

Comments
 (0)