Skip to content

Commit 934d362

Browse files
committed
Add Git repo
1 parent 8c2853f commit 934d362

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

package.json

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
2-
"name": "angular-jsx",
3-
"version": "0.0.1",
4-
"description": "JSX support for Angular templates",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "mocha"
8-
},
9-
"author": "Samuel Moritz <samuel.moritz@gmail.com>",
10-
"license": "MIT",
11-
"dependencies": {
12-
"recast": "^0.10.32"
13-
},
14-
"devDependencies": {
15-
"mocha": "^2.3.2"
16-
}
2+
"name": "angular-jsx",
3+
"version": "0.0.1",
4+
"description": "JSX support for Angular templates",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "mocha"
8+
},
9+
"author": "Samuel Moritz <samuel.moritz@gmail.com>",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/thesam/angular-jsx.git"
13+
},
14+
"license": "MIT",
15+
"dependencies": {
16+
"recast": "^0.10.32"
17+
},
18+
"devDependencies": {
19+
"mocha": "^2.3.2"
20+
}
1721
}

0 commit comments

Comments
 (0)