mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 23:52:31 -05:00
Add gsap to npm
This commit is contained in:
parent
f9a5d70878
commit
3e422b555e
2 changed files with 2 additions and 0 deletions
1
gulpfile.js
vendored
1
gulpfile.js
vendored
|
@ -31,6 +31,7 @@ const jsPublic = [
|
|||
const jsPublicLibs = [
|
||||
"bower_components/jquery/dist/jquery.js",
|
||||
"bower_components/bootstrap-sass/assets/javascripts/bootstrap.js",
|
||||
"node_modules/gsap/src/uncompressed/TweenMax.js",
|
||||
"node_modules/what-input/dist/what-input.js"
|
||||
];
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"autoprefixer": "^7.1.6",
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"gsap": "^1.20.3",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-babel": "^7.0.0",
|
||||
"gulp-concat": "^2.6.1",
|
||||
|
|
Loading…
Reference in a new issue