Skip to content

Commit

Permalink
Merge pull request #86 from RallyApps/upgrade_coffee
Browse files Browse the repository at this point in the history
Upgrade coffee script version to remove warnings
  • Loading branch information
krmorse committed Feb 20, 2018
2 parents c5b32bc + 169d252 commit 8c963f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/build/get-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let _ = require('lodash');
let fs = require('fs');
let path = require('path');
let async = require('async');
let coffeeScript = require('coffee-script');
let coffeeScript = require('coffeescript');
let uglify = require('uglify-es');
let {JSHINT} = require('jshint');
let less = require('less');
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Kyle Morse <[email protected]>",
"name": "rally-app-builder",
"description": "A node module that assists in the building of Rally Apps",
"version": "2.1.0",
"version": "2.1.1",
"homepage": "https://github.com/rallyapps/rally-app-builder",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"async": "0.1.x",
"chokidar": "^1.4.3",
"coffee-script": "1.4.x",
"coffeescript": "2.2.1",
"commander": "0.6.x",
"express": "4.2.x",
"grunt": "1.0.1",
Expand Down

0 comments on commit 8c963f8

Please sign in to comment.