Browse Source

Use npm instead of bower to handle all dependencies

sh4nks 8 years ago
parent
commit
1940cc0f7c
2 changed files with 8 additions and 31 deletions
  1. 0 31
      flaskbb/themes/aurora/bower.json
  2. 8 0
      flaskbb/themes/aurora/package.json

+ 0 - 31
flaskbb/themes/aurora/bower.json

@@ -1,31 +0,0 @@
-{
-  "name": "aurora",
-  "homepage": "https://github.com/sh4nks/flaskbb",
-  "authors": [
-    "Peter Justin <peter.justin@outlook.com>"
-  ],
-  "description": "The default theme for FlaskBB.",
-  "main": "static/styles.css",
-  "moduleType": [],
-  "keywords": [
-    "flaskbb",
-    "theme"
-  ],
-  "license": "BSD",
-  "private": true,
-  "ignore": [
-    "**/.*",
-    "node_modules",
-    "bower_components",
-    "test",
-    "tests"
-  ],
-  "dependencies": {
-    "jquery": "~2.2.3",
-    "bootstrap-sass": "~3.3.6",
-    "font-awesome": "fontawesome#~4.5.0",
-    "bootstrap-markdown": "~2.10.0",
-    "marked": "~0.3.5",
-    "jquery-textcomplete": "~1.3.4"
-  }
-}

+ 8 - 0
flaskbb/themes/aurora/package.json

@@ -39,5 +39,13 @@
     "onchange": "^2.5.0",
     "postcss-cli": "^2.5.2",
     "uglify-js": "^2.7.3"
+  },
+  "dependencies": {
+    "bootstrap-sass": "^3.3.7",
+    "bootstrap-markdown": "^2.10.0",
+    "font-awesome": "^4.6.3",
+    "jquery-textcomplete": "^1.6.2",
+    "jquery": "^3.1.0",
+    "marked": "^0.3.6"
   }
 }