Skip to content

Commit

Permalink
Fixes build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cuthbertson committed Sep 27, 2016
1 parent e8011fe commit 5302b9b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -69,8 +69,8 @@ module.exports = function(grunt) {
] ]
}, },
test: { test: {
sourceMap: true, // sourceMap: true,
inputSourceMap: grunt.file.readJSON('dist/test/test.lua.es6.js.map'), // inputSourceMap: grunt.file.readJSON('dist/test/test.lua.es6.js.map'),
src: 'dist/test/test.lua.es6.js', src: 'dist/test/test.lua.es6.js',
dest: 'dist/test/test.lua.js' dest: 'dist/test/test.lua.js'
}, },
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
@@ -1,7 +1,7 @@
--- ---
machine: machine:
node: node:
version: "iojs-v2.3.0" version: 6.3.1
environment: environment:
test: test:
override: override:
Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -38,7 +38,9 @@
"luaparse": "^0.1.15", "luaparse": "^0.1.15",
"through": "^2.3.7", "through": "^2.3.7",
"vinyl-buffer": "^1.0.0", "vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0" "vinyl-source-stream": "^1.1.0",
"luaparse": "paulcuth/luaparse",
"vlq": "^0.2.1"
}, },
"scripts": { "scripts": {
"test": "grunt grunt-plugin node-test" "test": "grunt grunt-plugin node-test"
Expand Down

0 comments on commit 5302b9b

Please sign in to comment.