Skip to content

Commit de12c29

Browse files
author
Christoph Bühler
committed
chore: version upgrade
1 parent 5b99d50 commit de12c29

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,6 +1,6 @@
11
{
22
"name": "typescript-parser",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Parser for typescript (and javascript) files, that compiles those files and generates a human understandable AST.",
55
"main": "index.js",
66
"typings": "index.d.ts",
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/TypeScript-Heroes/node-typescript-parser.git"
18+
"url": "https://github.com/TypeScript-Heroes/node-typescript-parser.git"
1919
},
2020
"keywords": [
2121
"typescript",

0 commit comments

Comments
 (0)