aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2016-05-30Upgrade ESLint to v1.9.0Chris Rebert1-1/+1
Refs #19908
2016-05-30Upgrade ESlint to v1.7.3Chris Rebert1-1/+1
Enable new rules: * no-empty-pattern * no-magic-numbers (exempting 0 and ±1) Refs #19908 [skip sauce] [skip validator]
2016-05-30Killed the grunt-eslint middleman; Long live ESLint.Chris Rebert1-2/+3
Refs #19908 [skip sauce] [skip validator]
2016-05-20Add "The Bootstrap Authors" to copyright notices (#19936)Chris Rebert1-1/+2
❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors
2016-04-02Nuke grunt-line-remover.XhmikosR1-1/+0
Use concat's process function instead.
2016-03-24Update grunt-html.XhmikosR1-1/+1
[skip sauce]
2016-03-23Use vanilla npm shrinkwrap instead of uber/npm-shrinkwrap; fixes #18559Chris Rebert1-1/+1
2016-03-19Update dependencies.XhmikosR1-1/+1
[ci skip]
2016-03-15Remove the now unused glob.XhmikosR1-1/+0
2016-03-14Merge pull request #19427 from twbs/npm-depsChris Rebert1-0/+4
Add jQuery and Tether to npm dependencies
2016-03-07Remove the now unused btoa dependency.XhmikosR1-1/+0
[skip sauce]
2016-03-07Bump devDependencies.XhmikosR1-21/+21
Also switch to `^`.
2016-03-07Add jQuery and Tether to npm dependencies; fixes #17325Chris Rebert1-0/+4
[skip sauce]
2016-03-03Update grunt-jscs.XhmikosR1-1/+1
[skip sauce]
2016-02-27Removed unused markdown-it dependencyAmeya Pandilwar1-1/+0
2016-02-26Include all grunt requires files in npm packageCharlie Wagner1-2/+1
2016-02-23Bump grunt-contrib-concat.XhmikosR1-1/+1
[skip sauce]
2016-02-19Update devDependencies.XhmikosR1-4/+4
2016-02-19Update grunt-html to v6.0.0.XhmikosR1-1/+1
Also remove the workaround for the old validator version. [skip sauce]
2016-02-06Remove csscomb (soon replace it with something else) because scsslint has ↵Mark Otto1-1/+0
most of it covered already
2016-02-06Update devDependencies.XhmikosR1-3/+3
[skip sauce]
2016-01-25Bump grunt-jscs.XhmikosR1-1/+1
2015-12-24Update dependencies.XhmikosR1-2/+2
2015-12-08manually bump versions because npm script wasn't working for meMark Otto1-1/+1
2015-12-05package.json: fix duplicate scripts property.XhmikosR1-3/+1
[skip sauce] [skip validator]
2015-12-05s/grunt-sed/npm script/ ; fixes #18338Chris Rebert1-1/+4
[skip sauce] [skip validator]
2015-12-03Update grunt-jscs.XhmikosR1-1/+1
2015-11-23Bump grunt-contrib-uglify.XhmikosR1-1/+1
[skip sauce]
2015-11-16Update devDependencies.XhmikosR1-3/+3
Adapt uglify for the new version.
2015-11-13Replace grunt-autoprefixer with grunt-postcss + autoprefixerBass Jobsen1-1/+1
Closes #18068
2015-11-12Downgrade grunt-contrib-uglify to fix the comments issue.XhmikosR1-1/+1
Fixes #18224. [sauce skip]
2015-11-11Update devDependencies.XhmikosR1-1/+1
[sauce skip]
2015-10-29Update devDependencies.XhmikosR1-2/+2
[skip sauce]
2015-10-24Update devDependencies.XhmikosR1-2/+2
[validator skip] [sauce skip]
2015-10-19update grunt-jscs to 2.1.0 to use jscs 2.xHenry Zhu1-1/+1
2015-10-14Update devDependencies.XhmikosR1-4/+8
2015-10-01Merge pull request #17270 from jdanyow/patch-1Chris Rebert1-6/+8
Update jspm package configuration
2015-09-25Only run htmllint on TravisChris Rebert1-0/+1
So as to avoid any dependence on Java for normal users of the Gruntfile. [skip sauce]
2015-09-23Update devDependencies.XhmikosR1-5/+5
2015-09-05Update devDependencies.XhmikosR1-19/+19
2015-09-02Add a license header to bootstrap.scssXavier Gallardo1-1/+0
2015-09-01Merge pull request #17370 from twbs/v4-dev-xmr-rm-csslint-referencesMark Otto1-1/+0
Remove CSSLint references.
2015-08-29Remove the now unused grunt-contrib-jade references.XhmikosR1-1/+0
[skip sauce] [skip validator]
2015-08-27Remove CSSLint references.XhmikosR1-1/+0
2015-08-27Remove the obsolete JSHint references.XhmikosR1-1/+0
2015-08-24Update jspm package configurationJeremy Danyow1-6/+8
Related to https://github.com/jspm/registry/pull/534
2015-08-18grunt build control for pushing it allMark Otto1-0/+1
2015-08-18js tests passing + eslintJacob Thornton1-0/+2
2015-07-25correct package.json license fieldThomas McDonald1-4/+1
"[email protected] license should be a valid SPDX license expression"
2015-05-15Permanent proper fix for dist-cssChris Rebert1-1/+1
Bump mq4-hover-shim to ^0.2.0 Revert "fix dist css" This reverts commit b12d4bfa9a974d96a6a47fcb1fbaea264439b4b8.