Skip to content

Commit 2e13160

Browse files
committed
Add repository and some scripts to package.json
1 parent 36c7dca commit 2e13160

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "sbadmin",
33
"version": "0.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/start-angular/sb-admin-angular"
7+
},
48
"dependencies": {},
59
"devDependencies": {
610
"grunt": "^0.4.1",
@@ -36,6 +40,9 @@
3640
"node": ">=0.10.0"
3741
},
3842
"scripts": {
39-
"test": "grunt test"
43+
"test": "grunt test",
44+
"start": "grunt serve",
45+
"dist": "grunt serve:dist",
46+
"postinstall": "bower install"
4047
}
4148
}

0 commit comments

Comments
 (0)