Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Add instructions for committers on upgrading cm mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Dec 10, 2014
1 parent 5f0f96a commit 7a16ac9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ The official JavaScript language plugin for Light Table.

### For Committers

Upgrade acorn with `npm install acorn`
* Upgrade acorn with `npm install acorn`
* Upgrade `javascript.js` with the following where `$VERSION` is a version number tag:

curl https://raw.githubusercontent.com/codemirror/CodeMirror/$VERSION/mode/javascript/javascript.js > codemirror/javascript.js

`javascript.js` is currently on CodeMirror version 4.8.0.

###License

Expand Down

0 comments on commit 7a16ac9

Please sign in to comment.