summaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
...
* add console, file, and zulip logger on database changeshuneau romain2017-04-191-0/+2
|
* Merge pull request #957 from brylie/feature/meteor-1.4Lauri Ojansivu2017-04-041-0/+2
|\ | | | | meteor update all packages
| * meteor update all packagesBrylie Christopher Oxley2017-03-301-0/+2
| |
* | v0.18 Wekan release.v0.18Lauri Ojansivu2017-04-021-1/+1
|/
* Release v0.17v0.17Lauri Ojansivu2017-03-251-1/+1
|
* Update urls and upcoming version.Lauri Ojansivu2017-03-241-2/+2
|
* Eslint will now ignore packages directory.Serubin2017-03-231-1/+1
|
* v1.11.1-rc1 Wekan prerelease.v0.11.1-rc1Lauri Ojansivu2017-02-101-4/+4
|
* Merge branch 'devel' into greenkeeper-xss-0.3.3Lauri Ojansivu2017-02-101-4/+4
|\
| * Update Wefork URLs.Lauri Ojansivu2017-01-131-3/+3
| |
| * v0.11.0 Wekan fork first release.Lauri Ojansivu2016-12-161-1/+1
| |
* | chore(package): update xss to version 0.3.3greenkeeperio-bot2016-12-201-1/+1
|/ | | https://greenkeeper.io/
* Fix eslint testingMaxime Quandalle2016-07-211-2/+2
| | | | Partially reverting c8705a0
* Clean NPM scripts outputMaxime Quandalle2016-07-201-3/+3
| | | | | | | | I've just discovered that the reason NPM outputs a giant "npm ERR!" message asking to contact the author of the library and suggesting that it’s most likely “not a problem with npm itself” when I run "npm run lint" and I forgot a semicolon is because the return code of an NPM script has to be 0. So this commit adds "exit 0;" at the end of the NPM commands.
* Fix #573Maxime Quandalle2016-07-201-0/+3
|
* Upgrade ESLint to v2Maxime Quandalle2016-03-171-3/+1
| | | | This commit also tweak the code style following backward-incompatible v2 rules.
* Update some meta-dataMaxime Quandalle2016-01-021-3/+3
| | | | | | New site url New contact email New year!
* Update eslint-plugin-meteor to 1.7.0Maxime Quandalle2015-10-291-1/+1
| | | | This fixes https://github.com/dferber90/eslint-plugin-meteor/issues/49
* Clean the linting scriptMaxime Quandalle2015-10-291-2/+2
| | | | | | | This also has the side effect of correcting the `npm test` Unix exit status number -- which was previously always 0. We also edit the website URL.
* Add eslint-plugin-meteorDominik Ferber2015-10-271-0/+24
Add rules for eslint-plugin-meteor. Use local version of eslint and eslint-plugin-meteor, instead of relying on global versions. Ensures consistent versions of eslint and eslint-plugin-meteor for all developers.