Skip to content

Commit

Permalink
MY-12648 update package.json for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Aug 30, 2019
1 parent bcd8bbe commit b9c3f1f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,20 @@
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.4.1"
}
},
"description": "[![Build Status](https://travis-ci.com/myparcelbe/checkout.svg?branch=master)](https://travis-ci.com/myparcelbe/checkout) [![Coverage Status](https://coveralls.io/repos/github/myparcelbe/checkout/badge.svg?branch=master)](https://coveralls.io/github/myparcelbe/checkout?branch=master)",
"main": "dist/myparcel.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myparcelbe/checkout.git"
},
"author": "Edie Lemoine ([email protected])",
"license": "ISC",
"bugs": {
"url": "https://github.com/myparcelbe/checkout/issues"
},
"homepage": "https://github.com/myparcelbe/checkout#readme"
}

0 comments on commit b9c3f1f

Please sign in to comment.