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

Commit da984bf

Browse files
authored
Fix: manually update package.json after build failure
1 parent 5bfb9bf commit da984bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
55
"homepage": "https://github.com/eslint/typescript-eslint-parser",
66
"main": "parser.js",
7-
"version": "0.1.1",
7+
"version": "0.1.2",
88
"files": [
99
"lib",
1010
"parser.js"
@@ -22,7 +22,7 @@
2222
"dateformat": "^1.0.11",
2323
"eslint": "^2.2.0",
2424
"eslint-config-eslint": "^3.0.0",
25-
"eslint-release": "^0.9.2",
25+
"eslint-release": "^0.10.0",
2626
"istanbul": "~0.2.6",
2727
"leche": "^1.0.1",
2828
"mocha": "^2.0.1",

0 commit comments

Comments
 (0)