aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
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
2015-03-15Bump devDependencies.XhmikosR1-3/+3
2015-02-24Merge pull request #15908 from kkirsche/bumpMarkdownItChris Rebert1-1/+1
Bump markdown-it to ^3.0.7
2015-02-24Bump markdown it to 3.0.7Kevin Kirsche1-1/+1
Bump markdown it to 3.0.7 3.0.7 / 2015-02-22 Match table columns count by header. Added basic CLI support. Added \v \f to valid whitespaces. Use external package for unicode data (punctuation).
2015-02-24bump time-grunt to ^1.1.0Chris Rebert1-1/+1
2015-02-22bump grunt-saucelabs to ~8.6.0Chris Rebert1-1/+1
2015-02-20Update dependencies.XhmikosR1-6/+6
2015-02-16Travis: test against node.js 0.12.XhmikosR1-1/+1
2015-02-15Specify the files to include in the npm package.XhmikosR1-0/+10
2015-02-14package.json: change the engine version to >= 0.10.1.XhmikosR1-1/+1