Skip to content

Commit

Permalink
Updated bootstrap version, version of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
axemclion committed Jun 19, 2015
1 parent daa79ec commit e15caa4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions lib/bootstrap-versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"3.3.5": {
"css": "http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css",
"js": "http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"
},
"3.3.4": {
"css": "http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css",
"js": "http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"
},
"3.3.2": {
"css": "http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css",
"js": "http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var bootstrapLibs = require('./bootstrap-versions.json');

var COUCH = {
server: 'http://admin_user:admin_pass@localhost:5984',
database: 'bootstrap-perf'
database: 'bootstrap-perf-new'
};

function getMatchingVersions(semVersions) {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"author": "Parashuram <[email protected]>",
"license": "MIT",
"dependencies": {
"commander": "^2.6.0",
"glob": "^4.4.1",
"lodash": "^3.3.1",
"commander": "^2.8.1",
"glob": "^5.0.10",
"lodash": "^3.9.3",
"node-static": "^0.7.6",
"perfjankie": "^1.2.2",
"rimraf": "^2.2.8",
"semver": "^4.3.1"
"perfjankie": "^2.0.1",
"rimraf": "^2.4.0",
"semver": "^4.3.6"
},
"devDependencies": {},
"repository": {
Expand Down

0 comments on commit e15caa4

Please sign in to comment.