Skip to content

Commit

Permalink
add message to explain this currently only works on jscs master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Jun 10, 2015
1 parent e3f64f0 commit 72e96db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
**NOTE:** Please note that this is experimental and may have numerous bugs. It has been run against `ember.js` and `babel-core` with no errors (at the moment).

### Known Issues
> **Only works on master right now** - `package.json`: `"jscs": "jscs-dev/node-jscs#master",`
- `validateQuoteMarks`

### Issues
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"homepage": "https://github.com/jscs-dev/babel-jscs",
"devDependencies": {
"jscs": "^1.13.1",
"jscs": "jscs-dev/node-jscs#master",
"esprima": "^2.2.0",
"esprima-fb": "^15001.1.0-dev-harmony-fb",
"mocha": "^2.2.5"
Expand Down

0 comments on commit 72e96db

Please sign in to comment.