Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 5a860d1

Browse files
committed
chore: add npm scripts
1 parent 204825a commit 5a860d1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@
3535
"requirejs": "2.1.x",
3636
"wiredep": "1.8.x"
3737
},
38-
"scripts": {},
38+
"scripts": {
39+
"coverage": "grunt coverage",
40+
"dist": "grunt dist",
41+
"serve": "grunt serve",
42+
"test": "grunt test"
43+
},
3944
"repository": {
4045
"type": "git",
4146
"url": "git://github.com/angular-ui/ui-sortable.git"

0 commit comments

Comments
 (0)