Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Upgrade to protagonist@0.19.0 in test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Apr 8, 2015
1 parent f2d16fc commit 5f89745
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"async": "~0.9.0"
},
"devDependencies": {
"protagonist": "0.19.x",
"coffee-script": "~1.7.1",
"mocha": "~1.21.3",
"chai": "~1.9.1"
Expand Down
4 changes: 2 additions & 2 deletions scripts/generate-samples-ast.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ path = require 'path'
async = require 'async'

try
protagonist = require 'protagonist-experimental'
protagonist = require 'protagonist'
catch
console.error "You need to install the latest Protagonist first by running 'npm install protagonist-experimental'."
console.error "You need to install the latest Protagonist first by running 'npm install protagonist'."
process.exit 1


Expand Down

0 comments on commit 5f89745

Please # to comment.