Skip to content

Commit

Permalink
Move ansi-escapes to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeliog committed Jul 4, 2018
1 parent f3759ce commit 23f22d4
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,25 @@
"url": "https://github.com/jest-community/jest-watch-typeahead.git"
},
"homepage": "https://github.com/jest-community/jest-watch-typeahead",
"files": ["build/", "filename.js", "testname.js"],
"files": [
"build/",
"filename.js",
"testname.js"
],
"scripts": {
"test": "jest",
"lint": "eslint .",
"watch": "babel src -w --ignore **/*.test.js,integration -d build",
"build": "babel src --ignore **/*.test.js,integration -d build",
"prepublish": "yarn build",
"format":
"prettier --single-quote --trailing-comma all --write \"!(build)/**/*.js\""
"format": "prettier --single-quote --trailing-comma all --write \"!(build)/**/*.js\""
},
"dependencies": {
"chalk": "^2.4.1",
"jest-watcher": "^23.1.0",
"slash": "^1.0.0",
"string-length": "^2.0.0"
"string-length": "^2.0.0",
"strip-ansi": "^4.0.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
Expand All @@ -40,8 +44,7 @@
"eslint-plugin-prettier": "2.6.0",
"flow-bin": "^0.66.0",
"jest": "23.2.0",
"prettier": "1.11.1",
"strip-ansi": "^4.0.0"
"prettier": "1.11.1"
},
"jest": {
"snapshotSerializers": [
Expand Down

0 comments on commit 23f22d4

Please sign in to comment.