Skip to content

Commit 72e96db

Browse files
committed
add message to explain this currently only works on jscs master branch
1 parent e3f64f0 commit 72e96db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
**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).
88

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

1213
### Issues

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"homepage": "https://github.com/jscs-dev/babel-jscs",
3030
"devDependencies": {
31-
"jscs": "^1.13.1",
31+
"jscs": "jscs-dev/node-jscs#master",
3232
"esprima": "^2.2.0",
3333
"esprima-fb": "^15001.1.0-dev-harmony-fb",
3434
"mocha": "^2.2.5"

0 commit comments

Comments
 (0)