aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2018-01-18Bump version to 4.0.0Mark Otto1-1/+1
2018-01-11Clean up and tweak ESLint rules.XhmikosR1-4/+4
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.
2018-01-11Update devDependencies and gems. (#25192)XhmikosR1-10/+10
2017-12-31Update devDependencies and gems. (#25083)XhmikosR1-8/+8
2017-12-31Add `docs-github-serve` script for local serving the `github` target. (#25139)XhmikosR1-0/+1
2017-12-28Update version to 4.0.0-beta.3v4.0.0-beta.3Mark Otto1-1/+1
2017-12-23Update our browserslist. (#24919)XhmikosR1-4/+6
Update our browserslist. * Add `last 1 major version` and `>= 1%`. * Add Firefox. Firefox v38 is older than the ESR, so basically replace ESR with v38.
2017-12-22Update devDependencies and gems. (#25023)XhmikosR1-13/+13
2017-12-05Update devDependencies and gems. (#24940)XhmikosR1-9/+9
2017-11-28Update devDependencies and gems. (#24876)XhmikosR1-6/+6
2017-11-27Replace lint-vars.sh with a Node.js script. (#24860)XhmikosR1-0/+2
Also, include it in the `css` npm script since it's instant.
2017-11-25Update package.json. (#24582)XhmikosR1-10/+4
1. Use the same jQuery version in jspm 2. Update the files to only include the source and dist folders
2017-11-23Run karma tests in parallel.XhmikosR1-1/+3
2017-11-23Allow us to run our unit test on differents jquery versionJohann-S1-3/+6
2017-11-23Add a simple script to generate SRI hashes for our assets. (#24814)XhmikosR1-0/+2
2017-11-20Update devDependencies. (#24829)XhmikosR1-8/+8
2017-11-19Remove unused file and bundle ie-emulation-modes-warning.js with docs.min.js ↵XhmikosR1-1/+1
(#24825) * Remove the unused assets/js/ie10-viewport-bug-workaround.js. * Combine ie-emulation-modes-warning.js with docs.min.js.
2017-11-16Don't run postcss for `dist/css/*.min.css` files. (#24676)XhmikosR1-1/+1
2017-11-16Update popper.js to v1.12.9. (#24797)XhmikosR1-3/+3
2017-11-13Update devDependencies. (#24762)XhmikosR1-20/+20
2017-11-09Update devDependencies (#24722)Johann-S1-1/+1
2017-11-08Update to babel beta 5Johann-S1-7/+7
2017-10-29Clean up package.json scripts. (#24583)XhmikosR1-4/+5
* rename build/htmllint.js to build/vnu-jar.js * remove the unused `bash` script * split the `docs-lint` scripts * fix watch-js script to run only the parent `js-compile` script
2017-10-24npm scripts: fix duplicate runs. (#24532)XhmikosR1-1/+1
`js-compile` and `js-minify` tasks already call their "children" tasks.
2017-10-23Update popper.js to v1.12.6 and package-lock.json. (#24512)XhmikosR1-3/+3
2017-10-19fix version numberMark Otto1-1/+1
2017-10-19new version numberMark Otto1-1/+1
2017-10-19Make 1.9.1 the minimum jQuery version again. (#24434)XhmikosR1-1/+1
2017-10-19Enable sourcemaps for bundles and include sourcemap for plugins in npm ↵Vohmyanin Sergey Vasilevich1-4/+5
package. (#24303)
2017-10-17Update package-lock.json. (#24386)XhmikosR1-3/+3
Also, lock babel deps to 7.0.0-beta.2 so that we are on the safe side.
2017-10-09package.json: Change repo URL to `git+https`. (#24305)XhmikosR1-1/+1
2017-10-09Lint examples' CSS too.XhmikosR1-1/+1
2017-10-09Run autoprefixer for examples' CSS too.XhmikosR1-1/+1
2017-10-09Update devDependencies. (#24298)XhmikosR1-2/+2
2017-10-08Add back htmlhint.XhmikosR1-1/+2
2017-10-08Move vnu-jar to devDependencies and remove completely htmlhint.XhmikosR1-1/+1
2017-10-08Move from htmllint to Travis-only vnu.jar.Bardi Harborow1-1/+1
2017-10-04npm scripts: quote globs.XhmikosR1-4/+4
2017-10-02Switch to stylelint. (#23572)XhmikosR1-5/+8
2017-10-02Tweak bundlesize's targets. (#24203)XhmikosR1-2/+22
Separate CSS targets and tighten a couple others targets.
2017-10-01Make Node.js 6 the minimum version.XhmikosR1-1/+1
Also, be consistent with Node.js' name.
2017-10-01Add bundlesize.XhmikosR1-1/+25
2017-10-01Tweak npm scripts. (#24146)XhmikosR1-11/+13
* make `css` and `js` "super" scripts which will run both main and docs scripts * make `js-minify` run all js minify tasks * use parallel in more places
2017-09-29Use sauce_browsers.json.Johann-S1-1/+1
2017-09-29Remove grunt-saucelabs and Grunt.XhmikosR1-5/+1
2017-09-29Specify Travis job ID.Johann-S1-1/+1
2017-09-29Use jsunitsaucelabs to run our unit tests on SaucelabsJohann-S1-1/+2
2017-09-28Lint docs js too and use `strict consistently. (#24160)XhmikosR1-1/+1
2017-09-28Move uglify-js's config back to CLI. (#24147)XhmikosR1-3/+3
We need to pass different options and this seems cleaner at this point. In order for docs.min.js to keeps all comments, we don't pass `compress`.
2017-09-26Add eslint-plugin-compat.XhmikosR1-0/+1
We can check for browser compatibility on lint time now.