diff --git a/index.js b/javascript/index.js similarity index 100% rename from index.js rename to javascript/index.js diff --git a/package.json b/javascript/package.json similarity index 78% rename from package.json rename to javascript/package.json index 451280c..5b3eb7e 100644 --- a/package.json +++ b/javascript/package.json @@ -5,5 +5,8 @@ "main": "index.js", "repository": "https://github.com/cacheventures/code-style", "author": "Jarrett Lusso ", - "license": "MIT" + "license": "MIT", + "peerDependencies": { + "eslint": ">= 3" + } }