dependencies update

This commit is contained in:
Kevin Ross 2016-07-26 10:27:46 -05:00
parent 6dbfd97a11
commit 30f664a5ed
4 changed files with 31 additions and 26 deletions

View File

@ -24,6 +24,6 @@ before_install:
- gem install scss-lint - gem install scss-lint
before_script: before_script:
- npm install -g gulpjs/gulp-cli#4.0 - npm install -g gulp-cli
script: gulp all script: gulp all

View File

@ -2,8 +2,8 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
colorator (0.1) colorator (0.1)
ffi (1.9.10) ffi (1.9.14)
jekyll (3.1.1) jekyll (3.1.6)
colorator (~> 0.1) colorator (~> 0.1)
jekyll-sass-converter (~> 1.0) jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1) jekyll-watch (~> 1.1)
@ -19,24 +19,24 @@ GEM
jekyll-seo-tag (0.1.4) jekyll-seo-tag (0.1.4)
jekyll (>= 2.0) jekyll (>= 2.0)
jekyll-sitemap (0.10.0) jekyll-sitemap (0.10.0)
jekyll-watch (1.3.1) jekyll-watch (1.5.0)
listen (~> 3.0) listen (~> 3.0, < 3.1)
kramdown (1.9.0) kramdown (1.11.1)
liquid (3.0.6) liquid (3.0.6)
listen (3.0.5) listen (3.0.8)
rb-fsevent (>= 0.9.3) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (>= 0.9) rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.5) mercenary (0.3.6)
rake (10.5.0) rake (11.2.2)
rb-fsevent (0.9.7) rb-fsevent (0.9.7)
rb-inotify (0.9.6) rb-inotify (0.9.7)
ffi (>= 0.5.0) ffi (>= 0.5.0)
rouge (1.10.1) rouge (1.11.1)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.4.21) sass (3.4.22)
scss_lint (0.44.0) scss_lint (0.49.0)
rake (~> 10.0) rake (>= 0.9, < 12)
sass (~> 3.4.15) sass (~> 3.4.20)
PLATFORMS PLATFORMS
ruby ruby
@ -47,3 +47,6 @@ DEPENDENCIES
jekyll-seo-tag (~> 0.1.3) jekyll-seo-tag (~> 0.1.3)
jekyll-sitemap (~> 0.10.0) jekyll-sitemap (~> 0.10.0)
scss_lint (~> 0.43) scss_lint (~> 0.43)
BUNDLED WITH
1.12.5

View File

@ -33,6 +33,7 @@ let namedExports = {}
//namedExports[`${node_modules}/anchor-js/anchor.js`] = ['AnchorJS'] //namedExports[`${node_modules}/anchor-js/anchor.js`] = ['AnchorJS']
const rollupConfig = { const rollupConfig = {
debug: true,
options: { options: {
moduleName: 'BMD', moduleName: 'BMD',
external: [ external: [

View File

@ -33,22 +33,23 @@
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"babel-polyfill": "^6.8.0" "babel-polyfill": "^6.9.1"
}, },
"devDependencies": { "devDependencies": {
"babel-core": "^6.8.0", "babel-core": "^6.11.4",
"babel-eslint": ">=6.0.4", "babel-eslint": ">=6.1.2",
"babel-preset-es2015": "^6.6.0", "babel-preset-es2015": "^6.9.0",
"bootstrap": "twbs/bootstrap#v4-dev", "bootstrap": "twbs/bootstrap#v4-dev",
"extend": "^3.0.0", "extend": "^3.0.0",
"gulp": "github:gulpjs/gulp#4.0", "gulp": "github:gulpjs/gulp#4.0",
"gulp-pipeline": "^4.0.40", "gulp-pipeline": "^4.0.43",
"jquery": "^2.2", "jquery": "^3.1",
"moment": "^2.13.0", "moment": "^2.14.1",
"tether": "^1.3.2" "tether": "^1.3.3"
}, },
"engines": { "engines": {
"node": ">=0.10.1" "node": "<6",
"npm": "^3.0.0"
}, },
"files": [ "files": [
"dist", "dist",