Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-npm-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-05-04 10:25:15 +0300
committerMark Otto <otto@github.com>2020-05-07 00:14:06 +0300
commita205c166429a99f196fe89781c8ac2387d058eda (patch)
tree5c4827d5b26e8ba50f0edf488390c8d765f82b87
parentd54fd58ef9c1106206cd3965e5c1d04c052109e3 (diff)
package.json: add a couple of missing properties
-rw-r--r--package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json
index f9e474a..c20403b 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,14 @@
"name": "bootstrap-npm-starter",
"version": "1.0.0",
"description": "Demo project for building a Bootstrap powered site via npm.",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/twbs/bootstrap-npm-starter.git"
+ },
+ "bugs": {
+ "url": "https://github.com/twbs/bootstrap-npm-starter/issues"
+ },
+ "homepage": "https://github.com/twbs/bootstrap-npm-starter#readme",
"scripts": {
"build": "npm run css",
"css-compile": "node-sass --include-path node_modules --output-style compressed --source-map true --source-map-contents true --precision 6 scss -o assets/css/",