Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
update es6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Mar 9, 2017
1 parent d55232a commit 0a03b1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-03-09 | v1.0.65 | Maintenance |
| 2017-03-09 | v1.0.66 | Maintenance |
| 2017-02-13 | v1.0.63 | jsdoc2md fix for windows |
| 2017-02-11 | v1.0.62 | Added env validation for build |
| 2017-02-10 | v1.0.61 | Maintenance |
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
@@ -1,6 +1,6 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-03-09 | v1.0.65 | Maintenance |
| 2017-03-09 | v1.0.66 | Maintenance |
| 2017-02-13 | v1.0.63 | jsdoc2md fix for windows |
| 2017-02-11 | v1.0.62 | Added env validation for build |
| 2017-02-10 | v1.0.61 | Maintenance |
Expand Down
2 changes: 1 addition & 1 deletion lib/grunt/config/grunt-common.js
Expand Up @@ -80,7 +80,6 @@ module.exports = function (grunt, options, taskNames, projectConfig) {
'grunt-htmllint',
'grunt-jsbeautifier',
'grunt-jscs',
'grunt-jsdoc-to-markdown',
'grunt-jslint',
'grunt-jsonlint',
'grunt-markdownlint',
Expand All @@ -94,6 +93,7 @@ module.exports = function (grunt, options, taskNames, projectConfig) {
[
'grunt-eslint',
'grunt-gitdown',
'grunt-jsdoc-to-markdown',
'grunt-release',
'grunt-stylelint',
'grunt-version-check'
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "js-project-commons",
"version": "1.0.65",
"version": "1.0.66",
"description": "Common web and node.js grunt tasks/lint configs/md templates and so on...",
"author": {
"name": "Sagie Gur-Ari",
Expand Down

0 comments on commit 0a03b1c

Please sign in to comment.