Add gsap to npm

This commit is contained in:
Kevin MacMartin 2017-11-21 18:49:59 -05:00
parent f9a5d70878
commit 3e422b555e
2 changed files with 2 additions and 0 deletions

1
gulpfile.js vendored
View file

@ -31,6 +31,7 @@ const jsPublic = [
const jsPublicLibs = [ const jsPublicLibs = [
"bower_components/jquery/dist/jquery.js", "bower_components/jquery/dist/jquery.js",
"bower_components/bootstrap-sass/assets/javascripts/bootstrap.js", "bower_components/bootstrap-sass/assets/javascripts/bootstrap.js",
"node_modules/gsap/src/uncompressed/TweenMax.js",
"node_modules/what-input/dist/what-input.js" "node_modules/what-input/dist/what-input.js"
]; ];

View file

@ -11,6 +11,7 @@
"autoprefixer": "^7.1.6", "autoprefixer": "^7.1.6",
"babel-core": "^6.26.0", "babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1", "babel-preset-env": "^1.6.1",
"gsap": "^1.20.3",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-babel": "^7.0.0", "gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1", "gulp-concat": "^2.6.1",