aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2018-12-14Update devDependencies, gems and lots of cleanup/build fixes.XhmikosR1-33/+33
* switch to grunt-postcss and autoprefixer directly; this is the recommended way. * uglify: specify `ie8` for compatibility * specify `cascade:false` for autoprefixer * specify `ieCompat` for less * drop grunt-contrib-compress since it doesn't work with Node.js 10.x * remove grunt-contrib-htmlmin to match the v4 docs * clean up Gruntfile.js * clean up .travis.yml and backport changes from v4 * build ie10-viewport-bug-workaround.less since it's used in examples * move shrinkwrap to root * bs-commonjs-generator.js: Use `path.posix` * remove .hound.yml * remove references to no longer used PR bots * backport and adapt the sri generation script from v4
2018-10-18Use https, fix broken links and unneeded redirects.XhmikosR1-1/+1
2018-09-28Use BrowserStack for our unit tests.Johann-S1-2/+9
2018-04-08update dependenciesMark Otto1-9/+12
2017-11-26remove csscomb, it's duplicating work from stylelintMark Otto1-1/+0
2017-11-26update depsMark Otto1-12/+12
2017-11-26fix qunit test running by upgrading to latest versionMark Otto1-1/+1
2017-11-25move from csslint to stylelintMark Otto1-1/+4
2017-07-04bump versionMark Otto1-1/+1
2016-07-25Update version numbers in preparation for v3.3.7 release (#20357)Chris Rebert1-1/+1
[skip sauce]
2016-07-16Port #20311 to v3Chris Rebert1-1/+1
Rename shrinkwrap-related npm script (#20311) To avoid infinite recursion in newer npm versions, which added a lifecycle script for `npm shrinkwrap`. Refs https://github.com/npm/npm/issues/13253 Refs https://github.com/npm/npm/pull/12814 [ci skip]
2016-07-14Bump devDependencies.XhmikosR1-1/+1
[sauce skip]
2016-07-10Update devDependencies.XhmikosR1-2/+2
2016-06-28Update devDependencies and gems.XhmikosR1-4/+4
2016-06-28Backport #20196 to v3.XhmikosR1-1/+2
Use shx so that the npm scripts work everywhere the same.
2016-05-29Update all devDependencies.XhmikosR1-6/+6
Keep grunt at v0.4.5 due to some of the devDependencies not being updated for grunt 1.x.
2016-04-02Update devDependencies.XhmikosR1-2/+2
[sauce skip]
2016-03-25Bump grunt-html.XhmikosR1-1/+1
[sauce skip]
2016-03-24Use vanilla npm shrinkwrap instead of uber/npm-shrinkwrap; fixes #18559Chris Rebert1-1/+1
Ports #19604 to v3. Special thanks to @kikinteractive, @azer, and @npm.
2016-03-19Update dependencies.XhmikosR1-2/+2
2016-03-10Update devDependencies.XhmikosR1-22/+22
Keep grunt-contrib-qunit to v0.7.0 since the updated version (1.0.1 as the time of writing) results in Travis failures. Locally, both work fine, though.
2015-12-24Update dependencies.XhmikosR1-4/+4
2015-12-16Port #18402 to v3: s/grunt-sed/npm script/gChris Rebert1-1/+2
Fixes #18338 [skip sauce] [skip validator]
2015-11-24bump versionMark Otto1-1/+1
2015-11-12Update devDependencies.XhmikosR1-4/+4
Downgrade grunt-contrib-uglify to fix the comments issue. [sauce skip]
2015-10-29Update devDependencies.XhmikosR1-9/+9
[skip sauce]
2015-07-26Update devDependencies.XhmikosR1-4/+4
2015-07-01Updated devDependencies.Baraa Hamodi1-5/+5
Closes #16636 by merging a rebased+tweaked version of it. [skip sauce]
2015-06-16bump versionMark Otto1-1/+1
2015-06-01Bump load-grunt-tasks.XhmikosR1-1/+1
2015-05-20package.json: Update format of `license` attributePeter deHaan1-4/+1
Specifying both the type and URL is deprecated: * https://docs.npmjs.com/files/package.json#license * http://npm1k.org/ Closes #16517
2015-05-16Remove grunt-banner completely.XhmikosR1-1/+0
Add a license header in theme instead.
2015-05-10Update dependencies.XhmikosR1-4/+4
2015-05-05Update grunt-banner.XhmikosR1-1/+1
2015-05-05Update dependencies.XhmikosR1-3/+3
2015-05-02Include entire /grunt/ folder in npm package; fixes #16400Chris Rebert1-2/+1
[ci skip]
2015-04-28Bump grunt-saucelabs to v8.6.1Chris Rebert1-1/+1
2015-04-23Fix #16075 by switching to maintained fork of grunt-sedChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-04-19Update devDependencies.XhmikosR1-4/+4
2015-04-08Add grunt-contrib-htmlmin.XhmikosR1-0/+1
Only used for the GitHub docs.
2015-04-08Update dependencies.XhmikosR1-3/+7
2015-04-07Bump patch versions of grunt-html, grunt-contrib-jshintChris Rebert1-2/+2
2015-04-07Bump markdown-it to ^4.1.0Chris Rebert1-1/+1
[skip sauce] [skip validator]
2015-04-07Bump grunt-contrib-uglify to ~0.9.0Chris Rebert1-1/+1
2015-04-06Bump grunt-contrib-connect to ~0.10.1Chris Rebert1-1/+1
2015-04-06Bump grunt-autoprefixer to ~3.0.0Chris Rebert1-1/+1
2015-04-06Bump grunt-jscs to ~1.6.0Chris Rebert1-1/+1
2015-04-06Bump grunt-contrib-qunit to ~0.7.0Chris Rebert1-1/+1
2015-03-18update jspm configurationGuy Bedford1-8/+2
2015-03-16v3.3.2 => v3.3.4Chris Rebert1-1/+1