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-12-29 17:11:23 +0300
committerMark Otto <otto@github.com>2021-01-08 07:03:23 +0300
commit1e3e94ab6821f887e868d38d3bb7b3ddc440b5cf (patch)
tree3ba64170e32e54491e80baea71611fade55c3faa
parent1c20928dd77afb441ab1487f6945fa2bf2bf7556 (diff)
package.json: mark package as private since we don't publish it
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index e02c64e..3e88265 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,7 @@
{
"name": "bootstrap-npm-starter",
"version": "1.2.0",
+ "private": true,
"description": "Demo project for building a Bootstrap powered site via npm.",
"author": "mdo",
"license": "MIT",