aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto1-1/+1
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html
2018-04-02Fix broken URI fragments and redirects.XhmikosR1-1/+1
2018-03-29fix bundle and run test against itJohann-S1-0/+2
2018-03-21Update all devDependencies.XhmikosR1-11/+11
Kept back karma-qunit and qunitjs because tests fail.
2018-03-21Update to workbox 3.0 & fix breaking changesMichael1-1/+1
2018-03-21Update dependencies.XhmikosR1-12/+12
2018-03-13Add Sinon to do better unit testJohann-S1-0/+2
2018-03-05add code coverageJohann-S1-1/+4
2018-03-05Update devDependencies and gems. (#25708)XhmikosR1-18/+18
2018-02-05Update devDependencies and gems. (#25551)XhmikosR1-8/+8
2018-01-30Update devDependencies and gems. (#25502)XhmikosR1-3/+3
2018-01-22Update devDependencies. (#25371)XhmikosR1-9/+9
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