From 72e96dbfb647f41ff7e0c9c90dffe099e80ce399 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Wed, 10 Jun 2015 00:07:30 -0400 Subject: [PATCH] add message to explain this currently only works on jscs master branch --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c14042e..2d1c5b0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 888a3c6..f9abcaa 100644 --- a/package.json +++ b/package.json @@ -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"