diff --git a/package.json b/package.json index f0ae43e..bfe25e4 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "lyricist", - "version": "2.1.0", + "version": "2.1.1", "description": "Fetches song lyrics using the Genius.com API and website.", - "main": "dist/index.js", + "main": "lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/scf4/lyricist.git" @@ -34,11 +34,7 @@ "babel-cli": "^6.24.1", "babel-preset-env": "^1.5.2", "babel-jest": "^19.0.0", - "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-polyfill": "^6.23.0", - "babel-preset-es2015": "^6.24.1", - "babel-preset-es2016": "^6.24.1", - "babel-preset-es2017": "^6.24.1", "dotenv": "^4.0.0", "jest": "^19.0.2", "rimraf": "^2.6.1"