Skip to content

Commit

Permalink
update to 2.4.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnEmortalKid committed Jan 16, 2021
1 parent 5eea246 commit 9603ed6
Show file tree
Hide file tree
Showing 7 changed files with 813 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,4 +1,4 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- '10.21.0'
- '8.8.1'
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -49,7 +49,7 @@ module.exports = function (grunt) {
},
compiler: {
options: {
compiler: path.resolve('./node_modules/dogescript/index.js')
compiler: path.resolve('./node_modules/dogescript/dist/dogescript.js')
},
src: ['./test/cases/compiler/doge.djs']
},
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -58,6 +58,7 @@ grunt.initConfig({

## History

* 2.4.0 - support dogescript 2.4.0
* 0.5.2 - moved to dogescript org
* 0.5.1 - added licence note to README
* 0.5.0 - dogescript `v2.3.0`, task rewritten in dogescript
Expand Down

0 comments on commit 9603ed6

Please sign in to comment.