Skip to content
This repository was archived by the owner on May 10, 2018. It is now read-only.

Commit b467041

Browse files
committed
add npm scripts
1 parent caeaaf8 commit b467041

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-carousel",
33
"description": "Angular Carousel - Mobile friendly touch carousel for AngularJS",
44
"main": "dist/angular-carousel.js",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"homepage": "http://revolunet.github.com/angular-carousel",
77
"author": "Julien Bouquillon <[email protected]>",
88
"repository": {
@@ -45,6 +45,8 @@
4545
"requirejs": "~2.1.11"
4646
},
4747
"scripts": {
48+
"start": "grunt",
49+
"build": "grunt build",
4850
"test": "karma start test/karma.conf.js --single-run --browsers Chrome",
4951
"test-server": "karma start test/karma.conf.js --browsers Chrome"
5052
}

0 commit comments

Comments
 (0)