-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MY-12648 update package.json for npm
- Loading branch information
1 parent
bcd8bbe
commit b9c3f1f
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} |