aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2018-07-24Ship v4.1.3v4.1.3Mark Otto1-1/+1
2018-07-19feat(plugins): allow to import separate pluginsJohann-S1-3/+2
2018-07-16Move the browserslist config to a separate file.XhmikosR1-13/+0
2018-07-12Ship v4.1.2Mark Otto1-1/+1
2018-07-12Clean up npm scripts a bit more.XhmikosR1-2/+1
`docs-serve` was duplicated. Also, extend the existent `docs-serve` script for `docs-github-serve`.
2018-07-11Update scripts.XhmikosR1-3/+3
2018-07-11change dist to only affect main since docs css isn't distributedMark Otto1-1/+1
2018-07-11Move copy tasks back to css-main and js-compile so docs-github task runs ↵Mark Otto1-4/+4
properly
2018-07-11Update watch scripts to properly copy JS filesMark Otto1-4/+8
- Updates nodemon scripts to watch specific directories instead of ignoring several - Split watch tasks for CSS and JS into main and docs - Add docs-watch script to serve the docs instead of just build - Add new start script so that instead of two tabs, one for docs-watch and one for watch, we just run npm start
2018-07-11Reorganize docs for easier deploysMark Otto1-10/+12
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
2018-07-06Update devDependencies.XhmikosR1-14/+14
Only bundlesize is kept back for Node.js 10.x compatibility.
2018-07-01.browserslistrc: add `not dead`.XhmikosR1-1/+2
2018-06-25Add broken-link-checker.XhmikosR1-1/+7
2018-06-21Change karma tests to run sequential.XhmikosR1-1/+1
I was getting port in use errors.
2018-06-21Update all devDependencies apart from bundlesize and babel.XhmikosR1-16/+16
Newer bundlesize versions still don't work with node.js 10.x. babel has some bugs that we need to be fixed.
2018-06-01chore(bundlesize): increase bootstrap.js max sizeJohann-S1-1/+1
2018-05-27Remove the unused docs upload preview stuff. (#26599)XhmikosR1-1/+0
2018-05-23Run coveralls only on Travis and only once.XhmikosR1-1/+1
2018-05-23Add coverall to follow our coverageJohann-S1-1/+3
2018-05-22Update again.XhmikosR1-11/+11
2018-05-22chore(deps): update qunit and karma-qunitJohann-S1-2/+2
2018-05-22Update devDependencies and gems.XhmikosR1-12/+12
Downgrade bundlesize until they make brotli optional since it doesn't work with node.js 10.x yet. So, babel, qunit/karma-qunit and bundle-size aren't the latest versions.
2018-04-30Bump version to v4.1.1v4.1.1Mark Otto1-1/+1
2018-04-17Update devDependencies. (#26322)XhmikosR1-2/+2
2018-04-16Update devDependencies. (#26309)XhmikosR1-4/+4
2018-04-10Update dependencies and gems (#26234)XhmikosR1-19/+19
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