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:06:42 +0300
committerMark Otto <otto@github.com>2021-01-08 07:03:23 +0300
commit1c20928dd77afb441ab1487f6945fa2bf2bf7556 (patch)
treec8a0b6214c6888f4137e7caca6dbb4affd518784
parent6feee6ce1117bc340e89663e43968feaeb8b3df4 (diff)
Move properties
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index afbc4eb..e02c64e 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,8 @@
"name": "bootstrap-npm-starter",
"version": "1.2.0",
"description": "Demo project for building a Bootstrap powered site via npm.",
+ "author": "mdo",
+ "license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/twbs/bootstrap-npm-starter.git"
@@ -28,8 +30,6 @@
"starter",
"template"
],
- "author": "mdo",
- "license": "MIT",
"dependencies": {
"bootstrap": "^4.5.3",
"bootstrap-icons": "^1.0.0",