Skip to content

Commit

Permalink
Merge pull request #7 from twada/embedded-ast
Browse files Browse the repository at this point in the history
Big Restructuring: Embedded AST
  • Loading branch information
twada committed Apr 10, 2014
2 parents 90b93bc + c9083dc commit 41022ac
Show file tree
Hide file tree
Showing 7 changed files with 230 additions and 389 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
@@ -1,7 +1,7 @@
module.exports = function(grunt) {
var pkg = grunt.file.readJSON('package.json');

require('load-grunt-tasks')(grunt);
require('jit-grunt')(grunt);

grunt.initConfig({
pkg: pkg,
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -13,10 +13,10 @@
"test"
],
"dependencies": {
"esprima": "~1.0.4",
"estraverse": "~1.5.0"
},
"devDependencies": {
"esprima": "~1.0.4",
"escodegen": "1.3.0",
"mocha": "~1.18.2",
"requirejs": "~2.1.11",
Expand Down

0 comments on commit 41022ac

Please sign in to comment.