Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas Kumar committed Feb 23, 2018
1 parent d5f1bbc commit f64a917
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "1.0.1",
"main": "lib/bundle.js",
"license": "MIT",
"files": [
"lib/bundle.js"
],
"files": ["lib/bundle.js"],
"author": "Tejas Kumar <tejas@contiamo.com>",
"repository": {
"url": "git@github.com:Contiamo/react-connect-context.git"
Expand All @@ -19,7 +17,7 @@
"scripts": {
"test": "jest",
"build": "jest && rollup index.js -c",
"ci": "npm run test --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"ci": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"prepublish": "npm run build"
},
"devDependencies": {
Expand Down

0 comments on commit f64a917

Please sign in to comment.