diff --git a/Readme.md b/Readme.md index 4a85799..cb51be0 100644 --- a/Readme.md +++ b/Readme.md @@ -84,3 +84,6 @@ Author & Contributors ---------------------- The original author of this package [Tane Piper](https://github.com/tanepiper). At the time the project maintainer is [Vardan Pogosian](https://github.com/varp). + + + diff --git a/package.json b/package.json index 51c6696..d426991 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,9 @@ { "name": "sublime-nodejs", - "version": "1.5.6", + "version": "2.0.0", "description": "NPM Support file for the Sublime Text 3 Nodejs Plugin", "dependencies": { "commander": "^2.9.0", - "uglify-js": "^2.6.4", - "tern": "^0.21.0" + "uglify-js": "^2.6.4" } }