We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b99d50 commit de12c29Copy full SHA for de12c29
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typescript-parser",
3
- "version": "0.0.1",
+ "version": "1.0.0",
4
"description": "Parser for typescript (and javascript) files, that compiles those files and generates a human understandable AST.",
5
"main": "index.js",
6
"typings": "index.d.ts",
@@ -15,7 +15,7 @@
15
},
16
"repository": {
17
"type": "git",
18
- "url": "git+https://github.com/TypeScript-Heroes/node-typescript-parser.git"
+ "url": "https://github.com/TypeScript-Heroes/node-typescript-parser.git"
19
20
"keywords": [
21
"typescript",
0 commit comments