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

github.com/twbs/bootstrap-npm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2018-07-18 08:34:50 +0300
committerGitHub <noreply@github.com>2018-07-18 08:34:50 +0300
commit2618967e1f3c957f02f61659e3c6df90b728dd26 (patch)
tree65e2a5103359a0d2a459f4b8a38dfd5f00c3b9ce
parent4f87141092732eea9a50aa68b0d668c7e8223ccc (diff)
Update package.json
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index c6d2d22..9a6500e 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"description": "Example project for including Bootstrap via npm and customizing it.",
"style": "style.css",
"sass": "style.scss",
+ "main": "index.js",
"scripts": {
"start": "npm run css && npm run custom && open default/index.html",
"test": "echo \"Error: no test specified\" && exit 1",