Skip to content

Commit 23f22d4

Browse files
committed
Move ansi-escapes to dependencies
1 parent f3759ce commit 23f22d4

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,25 @@
1010
"url": "https://github.com/jest-community/jest-watch-typeahead.git"
1111
},
1212
"homepage": "https://github.com/jest-community/jest-watch-typeahead",
13-
"files": ["build/", "filename.js", "testname.js"],
13+
"files": [
14+
"build/",
15+
"filename.js",
16+
"testname.js"
17+
],
1418
"scripts": {
1519
"test": "jest",
1620
"lint": "eslint .",
1721
"watch": "babel src -w --ignore **/*.test.js,integration -d build",
1822
"build": "babel src --ignore **/*.test.js,integration -d build",
1923
"prepublish": "yarn build",
20-
"format":
21-
"prettier --single-quote --trailing-comma all --write \"!(build)/**/*.js\""
24+
"format": "prettier --single-quote --trailing-comma all --write \"!(build)/**/*.js\""
2225
},
2326
"dependencies": {
2427
"chalk": "^2.4.1",
2528
"jest-watcher": "^23.1.0",
2629
"slash": "^1.0.0",
27-
"string-length": "^2.0.0"
30+
"string-length": "^2.0.0",
31+
"strip-ansi": "^4.0.0"
2832
},
2933
"devDependencies": {
3034
"babel-cli": "6.26.0",
@@ -40,8 +44,7 @@
4044
"eslint-plugin-prettier": "2.6.0",
4145
"flow-bin": "^0.66.0",
4246
"jest": "23.2.0",
43-
"prettier": "1.11.1",
44-
"strip-ansi": "^4.0.0"
47+
"prettier": "1.11.1"
4548
},
4649
"jest": {
4750
"snapshotSerializers": [

0 commit comments

Comments
 (0)