Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 5a1fe37

Browse files
author
Jeff Dickey
committed
updated example
1 parent 2560100 commit 5a1fe37

File tree

2 files changed

+171
-236
lines changed

2 files changed

+171
-236
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@
33
"version": "2.1.2",
44
"author": "Jeff Dickey @dickeyxxxx",
55
"dependencies": {
6-
"cli-engine-command": "3.2.1"
6+
"cli-engine-command": "4.1.0",
7+
"cli-engine-config": "1.3.2"
78
},
89
"devDependencies": {
910
"babel-cli": "6.24.1",
1011
"babel-eslint": "7.2.3",
11-
"babel-jest": "20.0.1",
12+
"babel-jest": "20.0.3",
1213
"babel-plugin-transform-class-properties": "6.24.1",
1314
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
1415
"babel-plugin-transform-flow-strip-types": "6.22.0",
15-
"flow-bin": "0.46.0",
16+
"flow-bin": "0.47.0",
1617
"flow-copy-source": "1.1.0",
1718
"flow-typed": "2.1.2",
18-
"jest": "20.0.1",
19+
"jest": "20.0.4",
1920
"rimraf": "2.6.1",
2021
"standard": "10.0.2"
2122
},

0 commit comments

Comments
 (0)