Skip to content

Commit

Permalink
add: webcompat#980; browserstack-local module
Browse files Browse the repository at this point in the history
  • Loading branch information
cch5ng committed Mar 9, 2017
1 parent dd081a0 commit 64928f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"node": ">= 4.x"
},
"devDependencies": {
"browserstack-local": "^1.3.0",
"cssrecipes-custom-media-queries": "0.3.0",
"cssrecipes-defaults": "^0.5.0",
"cssrecipes-grid": "^1.0.0",
Expand Down Expand Up @@ -45,7 +46,7 @@
"build": "grunt",
"lint": "eslint ./Gruntfile.js ./tests ./grunt-tasks ./webcompat/static/js/lib",
"fix": "eslint --fix ./Gruntfile.js ./tests ./grunt-tasks ./webcompat/static/js/lib",
"imagemin":"grunt imagemin",
"imagemin": "grunt imagemin",
"module": "git submodule init && git submodule update",
"start": "source env/bin/activate && python run.py",
"virtualenv": "pip install virtualenv && virtualenv env && source env/bin/activate && npm run pip",
Expand Down

0 comments on commit 64928f9

Please sign in to comment.