Skip to content

Commit

Permalink
Merge ef8f7a2 into bc94606
Browse files Browse the repository at this point in the history
  • Loading branch information
yen-tt committed May 25, 2021
2 parents bc94606 + ef8f7a2 commit 5c7c5dc
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 5 deletions.
1 change: 1 addition & 0 deletions conf/gulp-tasks/library.gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const { series, parallel, src, dest, watch } = require('gulp');
const path = require('path');
const postcss = require('gulp-postcss');
const sass = require('gulp-sass');
sass.compiler = require('sass');

const getLibraryVersion = require('./utils/libversion');
const { BundleType, BundleTaskFactory } = require('./bundle/bundletaskfactory');
Expand Down
80 changes: 77 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,22 @@
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-rollup-lightweight": "^1.0.10",
"gulp-sass": "^4.0.2",
"gulp-sass": "^4.1.0",
"gulp-uglify-es": "^2.0.0",
"gulp-umd": "^2.0.0",
"gulp-wrap": "^0.14.0",
"i18next": "^19.9.2",
"i18next-conv": "^10.0.2",
"jest": "^24.8.0",
"jsdoc": "^3.6.3",
"node-sass": "^4.12.0",
"postcss-pxtorem": "4.0.1",
"regenerator-runtime": "^0.13.7",
"rollup": "^1.4.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^4.0.1",
"sass": "^1.34.0",
"semistandard": "^13.0.1",
"serve": "^11.3.0",
"size-limit": "^4.9.0",
Expand Down

0 comments on commit 5c7c5dc

Please sign in to comment.