Skip to content

Commit 82ee9c3

Browse files
committed
Move version to 1.2.0 (since travis doesn't seem to work anymore
1 parent f6a8bdf commit 82ee9c3

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
@@ -1,5 +1,6 @@
11
{
22
"name": "json-lexer",
3+
"version": "1.2.0",
34
"description": "lexing json",
45
"main": "index.js",
56
"types": "index.d.ts",
@@ -37,6 +38,5 @@
3738
"bugs": {
3839
"url": "https://github.com/finnp/json-lexer/issues"
3940
},
40-
"homepage": "https://github.com/finnp/json-lexer#readme",
41-
"version": "0.1.0"
41+
"homepage": "https://github.com/finnp/json-lexer#readme"
4242
}

0 commit comments

Comments
 (0)