Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 73f1b21

Browse files
committed
Updating outdated dependencies and switching to yarn
1 parent e50fb06 commit 73f1b21

File tree

2 files changed

+3821
-7
lines changed

2 files changed

+3821
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@
1515
"bs-html-injector": "3.0.3",
1616
"chalk": "1.1.3",
1717
"commander": "2.9.0",
18-
"execa": "0.6.1",
19-
"fs-promise": "2.0.0",
18+
"execa": "0.6.3",
19+
"fs-promise": "2.0.2",
2020
"glob": "7.1.1",
2121
"has-yarn": "1.0.0",
2222
"inquirer": "2.0.0",
2323
"lodash": "4.17.4",
24-
"ora": "1.1.0",
24+
"ora": "1.2.0",
2525
"path-exists": "3.0.0",
26-
"patternlab-node": "2.8.0",
26+
"patternlab-node": "2.9.2",
2727
"sanitize-filename": "1.6.1"
2828
},
2929
"devDependencies": {
3030
"edition-node": "0.0.4",
31-
"eslint": "3.17.1",
31+
"eslint": "3.19.0",
3232
"proxyquire": "1.7.11",
3333
"starterkit-mustache-base": "3.0.1",
34-
"tap": "10.3.0"
34+
"tap": "10.3.2"
3535
},
3636
"files": [
3737
"bin"
@@ -45,7 +45,7 @@
4545
"scripts": {
4646
"lint": "eslint ./{bin,test}",
4747
"test": "tap './test/*.test.js' --reporter spec --timeout=120",
48-
"pretest": "npm run lint && npm install --only=dev"
48+
"pretest": "yarn run lint && yarn install"
4949
},
5050
"repository": {
5151
"type": "git",

0 commit comments

Comments
 (0)