update and cleanup libs

This commit is contained in:
Kyle Spearrin 2017-05-04 00:10:10 -04:00
parent 00d97d0de7
commit 8c3a70e29c
2 changed files with 13 additions and 18 deletions

View File

@ -80,10 +80,6 @@ gulp.task('lib', ['clean:lib'], function () {
src: paths.npmDir + 'angular-animate/angular-animate.js', src: paths.npmDir + 'angular-animate/angular-animate.js',
dest: paths.libDir + 'angular-animate' dest: paths.libDir + 'angular-animate'
}, },
{
src: paths.npmDir + 'angular-ui-bootstrap/dist/*tpls*.js',
dest: paths.libDir + 'angular-ui-bootstrap'
},
{ {
src: paths.npmDir + 'angular-ui-router/release/angular-ui-router.js', src: paths.npmDir + 'angular-ui-router/release/angular-ui-router.js',
dest: paths.libDir + 'angular-ui-router' dest: paths.libDir + 'angular-ui-router'

View File

@ -5,37 +5,36 @@
"jquery": "2.2.4", "jquery": "2.2.4",
"bootstrap": "3.3.7", "bootstrap": "3.3.7",
"font-awesome": "4.7.0", "font-awesome": "4.7.0",
"angular": "1.5.9", "angular": "1.6.4",
"angular-ui-bootstrap": "2.2.0", "angular-ui-router": "0.4.2",
"angular-ui-router": "0.3.2", "angular-animate": "1.6.4",
"angular-animate": "1.5.9",
"gulp": "3.9.1", "gulp": "3.9.1",
"gulp-less": "3.3.0", "gulp-less": "3.3.0",
"gulp-preprocess": "2.0.0", "gulp-preprocess": "2.0.0",
"gulp-concat": "2.6.1", "gulp-concat": "2.6.1",
"gulp-rename": "1.2.2", "gulp-rename": "1.2.2",
"rimraf": "2.5.4", "rimraf": "2.6.1",
"jshint": "2.9.4", "jshint": "2.9.4",
"gulp-jshint": "2.0.4", "gulp-jshint": "2.0.4",
"run-sequence": "1.2.2", "run-sequence": "1.2.2",
"ngclipboard": "1.1.1", "ngclipboard": "1.1.1",
"clipboard": "1.5.15", "clipboard": "1.6.1",
"merge-stream": "1.0.0", "merge-stream": "1.0.1",
"angular-toastr": "2.1.1", "angular-toastr": "2.1.1",
"q": "1.4.1", "q": "1.5.0",
"angularjs-slider": "5.8.7", "angularjs-slider": "6.1.1",
"sweetalert": "1.1.3", "sweetalert": "1.1.3",
"angular-sweetalert": "1.1.2", "angular-sweetalert": "1.1.2",
"angulartics": "1.3.0", "angulartics": "1.4.0",
"angulartics-google-analytics": "0.3.0", "angulartics-google-analytics": "0.4.0",
"tldjs": "1.7.0", "tldjs": "1.7.0",
"browserify": "13.1.1", "browserify": "14.3.0",
"vinyl-source-stream": "1.1.0", "vinyl-source-stream": "1.1.0",
"gulp-google-webfonts": "0.0.14", "gulp-google-webfonts": "0.0.14",
"ng-infinite-scroll": "1.3.0", "ng-infinite-scroll": "1.3.0",
"node-forge": "0.7.0", "node-forge": "0.7.1",
"webpack-stream": "3.2.0", "webpack-stream": "3.2.0",
"gulp-json-editor": "2.2.1", "gulp-json-editor": "2.2.1",
"papaparse": "4.2.0" "papaparse": "4.3.2"
} }
} }