Skip to content

Commit ed06aee

Browse files
committed
v0.1.0
1 parent 58a92fc commit ed06aee

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
22
"name": "create-jest-runner",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"main": "build/index.js",
55
"author": "Rogelio Guzman <[email protected]>",
66
"description": "A simple way of creating a Jest runner",
77
"license": "MIT",
88
"repository": "https://github.com/rogeliog/create-jest-runner.git",
99
"homepage": "https://github.com/rogeliog/create-jest-runner",
10-
"files": ["build/"],
10+
"files": [
11+
"build/"
12+
],
1113
"scripts": {
1214
"test": "jest",
1315
"lint": "eslint .",
1416
"watch": "babel lib -w --ignore **/*.test.js,integration -d build",
1517
"build": "babel lib --ignore **/*.test.js,integration -d build",
1618
"prepublish": "yarn build",
17-
"format":
18-
"prettier --single-quote --trailing-comma all --write \"!(build)/**/*.js\""
19+
"format": "prettier --single-quote --trailing-comma all --write \"!(build)/**/*.js\""
1920
},
2021
"dependencies": {
2122
"babel-plugin-istanbul": "4.1.4",

0 commit comments

Comments
 (0)