aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2017-02-25Move Jekyll to npm script.Bardi Harborow1-1/+2
2017-02-05Update dependencies.Bardi Harborow1-12/+12
2017-01-23Move htmllint to npm script.Bardi Harborow1-1/+2
2017-01-21Drop Normalize, port relevant parts to Reboot (#21741)Mark Otto1-1/+1
* Get this party started by removing mention of Normalize.css * Nuke the old comment, consolidate to a single line and number as appropriate * Bring over styles for HTML element from Normalize to Reboot * Move margin override for body element from Normalize to Reboot * Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support * Building on previous commit, do the same thing for figure, figcaption, and main * Remove IE9- display from Normalize given our browser support * Drop IE8 figure margin because we're IE10+ * No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already * Drop Safari 6 b and strong normalization because we're Safari 8+ * Remove mark styles for IE9- from Normalize * Remove old iOS audio fixes from Normalize * Remove IE9- display for progress from Normalize * Remove more IE9- rules from Normalize * One more IE9- display removal for canvas element * Move pre overrides from Normalize to Reboot * Move over some link resets to Reboot, drop others - Move over background-color and text-decoration - Drop focus outline change given it affects the offset on hover of focused links * Move over more code element resets, consolidate with pre overrides, too * Move over sub and sup wholesale * Move over img normalization to Reboot * Move over SVG override too * - Drop dupe hidden, but add comment for it - Move over template - Move over summary * Remove bulk of @viewport comment * edit down that code comment * consolidate html-based normalizations * update comments * Consolidate abbr styles * move over more type elements * move over hr changes * move over form controls and more * move over button resets * move over firefox button changes * move over search changes and more * we nuke all these styles for fieldsets anyway, so outright remove them * no need for those, we override them * move over legend, fieldset, progress * line break * delete normalize file * linting * update comment * clarify docs mentions of normalize and reboot * remove normalize excludes from linter * remove normalize excludes from cli task * linting * callout license since we forked part of normalize * Improve comments, move table background reset to .table class instead of in reboot * trailing space
2017-01-08Fix incorrect docs.min.js bundle source.Bardi Harborow1-1/+1
2017-01-06version bumpMark Otto1-1/+1
2017-01-05Update dependencies.Bardi Harborow1-8/+8
2017-01-04Move node-sass to npm script and drop Ruby Sass.Bardi Harborow1-2/+3
2016-12-31Extend ESLint to cover all JS files and drop JSCS.Bardi Harborow1-4/+2
2016-12-27bump jquery and grunt-sassMark Otto1-3/+3
plus shx? :shrug:
2016-12-24Move uglifyjs to npm script.Bardi Harborow1-2/+4
2016-12-23Move clean-css to npm scripts.Bardi Harborow1-1/+3
2016-12-23Move scss-lint to npm scripts.Bardi Harborow1-1/+2
2016-11-24Refactor ESLint configuration.Bardi Harborow1-1/+1
2016-10-19version bump to alpha 5Mark Otto1-1/+1
2016-10-09Update dependencies, including Babel to v6 and zeroUnits fix.Bardi Harborow1-24/+26
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-1/+1
2016-09-05versionsMark Otto1-1/+1
2016-08-21Follow up to #20394: remove ignore for file that no longer existsMark Otto1-3/+0
2016-08-21Merge pull request #20394 from TrigenSoftware/v4-devMark Otto1-1/+1
Fix package.json
2016-07-30Fixes #20385Mark Otto1-1/+1
Recursive glob action
2016-07-28Fix package.jsonOnoshko Dan1-1/+1
For example, `resolve` npm module can't resolve path to bootstrap.
2016-07-27bump versionsMark Otto1-1/+1
2016-07-16Rename shrinkwrap-related npm script (#20311)Chris Rebert1-1/+1
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-14Add HTMLHint to the build; fixes #20297 (#20301)Chris Rebert1-0/+2
[skip sauce]
2016-07-11Bump devDependencies.XhmikosR1-1/+1
2016-07-04Update devDepedencies.XhmikosR1-3/+3
2016-06-29Merge pull request #20202 from twbs/windows-doesnt-know-how-to-shot-globXhmikosR1-1/+1
Avoid globbing in jscs npm script for Windows compatibility
2016-06-28Avoid globbing in jscs npm script for Windows compatibilityChris Rebert1-1/+1
Fixes #20197 [skip sauce] [skip validator]
2016-06-29Update devDependencies.XhmikosR1-4/+4
Only grunt-saucelabs is left in order to update grunt to v1.x.
2016-06-28Support jQuery v3 in Bootstrap v4 (#20191)Chris Rebert1-2/+2
* bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x
2016-06-28Use shx so that the npm scripts work everywhere the same.XhmikosR1-1/+2
2016-06-20Replace grunt-postcss with postcss-cli (#20140)Chris Rebert1-3/+6
Refs #19990 Continues the degruntification process. Also removes mq4-hover-shim for now, since it doesn't yet implement the standard PostCSS plugin interface.
2016-06-19package.json: engines: Require Node.js >= 4 (#20141)Chris Rebert1-1/+1
Refs #17652
2016-06-04Bump shelljs to ^0.7.0 (#20073)Chris Rebert1-1/+1
[skip sauce] [skip validator]
2016-06-04Upgrade to latest version of JSCS (v3.0.4) (#20070)Chris Rebert1-1/+1
Fixes #20002 [skip sauce] [skip validator]
2016-06-04Kill the grunt-jscs middleman; use JSCS directly instead (#20069)Chris Rebert1-2/+3
Refs #19990 [skip sauce] [skip validator]
2016-06-04Update ESLint to v2.11.1 (latest stable) (#20068)Chris Rebert1-1/+1
Fixes #19908 [skip sauce] [skip validator]
2016-06-04Update ESLint to v2.10.2 (#20063)Chris Rebert1-1/+1
Refs #19908 [skip sauce] [skip validator]
2016-06-04Upgrade ESLint to v2.9.0 (#20047)Chris Rebert1-1/+1
Refs #19908 [skip sauce] [skip validator]
2016-06-04Update ESLint to v2.8.0 (#20045)Chris Rebert1-1/+1
Refs #19908 [skip sauce] [skip validator]
2016-06-04Upgrade ESLint to v2.7.0 (#20044)Chris Rebert1-1/+1
Refs #19908 [skip sauce] [skip validator]
2016-06-04Update ESLint to v2.5.3 (#20043)Chris Rebert1-1/+1
Refs #19908. [skip sauce] [skip validator]
2016-06-04Upgrade ESLint to v2.4.0 (#20042)Chris Rebert1-1/+1
Refs #19908. [skip sauce] [skip validator]
2016-06-04Upgrade ESLint to v2.3.0 (#20041)Chris Rebert1-1/+1
Refs #19908 [skip sauce]
2016-06-04Integrate postcss-flexbugs-fixes into build; fixes #18569Chris Rebert1-0/+1
2016-05-31Upgrade ESLint to v2.2.0 (#20000)Chris Rebert1-1/+1
[skip sauce] [skip validator]
2016-05-31Upgrade babel-eslint to ^6.0.4Chris Rebert1-1/+1
[skip sauce] [skip validator]
2016-05-31Upgrade ESLint to v2.0.0Chris Rebert1-1/+1
[skip sauce] [skip validator]
2016-05-31Upgrade ESLint to v1.10.3Chris Rebert1-2/+2
Refs #19908