Skip to content

Commit 0be29dd

Browse files
author
Chen Asraf
committed
v0.3.0
1 parent 4f29a61 commit 0be29dd

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-scaffold",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Create files based on templates",
55
"repository": "https://github.com/chenasraf/simple-scaffold.git",
66
"author": "Chen Asraf <inbox@casraf.com>",
@@ -12,7 +12,7 @@
1212
"build": "NODE_ENV=${NODE_ENV:-production} webpack -p && chmod -R +x ./dist",
1313
"dev": "webpack --watch",
1414
"start": "node dist/scaffold.js",
15-
"test": "node dist/test.js",
15+
"test": "jest",
1616
"cmd": "dist/cmd.js",
1717
"build-test": "yarn build && yarn test",
1818
"build-cmd": "yarn build && yarn cmd"
@@ -28,5 +28,14 @@
2828
"webpack": "^3.8.1",
2929
"webpack-dev-server": "^2.9.4",
3030
"webpack-node-externals": "^1.6.0"
31+
},
32+
"devDependencies": {
33+
"jest": "^22.0.4"
34+
},
35+
"jest": {
36+
"testPathIgnorePatterns": [
37+
"node_modules",
38+
"dist"
39+
]
3140
}
3241
}

0 commit comments

Comments
 (0)