Skip to content

Commit

Permalink
Merge pull request #72 from ferentchak/master
Browse files Browse the repository at this point in the history
Adding the ability to use ES6 additions in Apps
  • Loading branch information
krmorse committed Mar 10, 2017
2 parents b305ef2 + 81e4244 commit f3295b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/build/get-script.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fs = require 'fs'
path = require 'path'
async = require 'async'
coffeeScript = require 'coffee-script'
uglify = require 'uglify-js'
uglify = require 'uglify-js-harmony'
{JSHINT} = require 'jshint'
less = require 'less'
css = require './css'
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"author": "Kyle Morse <kyle.morse@ca.com>",
"author": "Kyle Morse <morky01@ca.com>",
"name": "rally-app-builder",
"description": "A node module that assists in the building of Rally Apps",
"version": "1.5.1",
"version": "1.6.0",
"homepage": "https://github.com/rallyapps/rally-app-builder",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"grunt-contrib-jasmine": "1.1.0",
"grunt-contrib-watch": "1.0.0",
"handlebars": "~1.0.11",
"jshint": "~2.9.2",
"jshint": "^2.9.4",
"less": "~1.7.0",
"lodash": "~3.0.0",
"mustache": "0.7.x",
Expand All @@ -36,7 +36,7 @@
"rally-fetch-github-repo": "0.2.2",
"request": "~2.11.4",
"shelljs": "^0.3.0",
"uglify-js": "2.7.3",
"uglify-js-harmony": "^2.7.5",
"yargs": "4.3.1"
},
"devDependencies": {
Expand Down

0 comments on commit f3295b5

Please sign in to comment.