Skip to content

Commit

Permalink
Bump Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofreitasbotelho committed Jul 5, 2017
1 parent 5b01481 commit eb9098e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "spotify-wrapper",
"name": "spotify-wrapper-nfb",
"version": "1.0.1",
"description": "A wrapper to work with Spotify Web API",
"main": "src/index.js",
"main": "lib/index.js",
"scripts": {
"clear": "rimraf lib",
"lint": "./node_modules/.bin/eslint src/*.js",
Expand All @@ -17,6 +17,10 @@
"test:coverage": "nyc npm test",
"coveralls": "npm run test:coverage && nyc report --reporter=text-lcov | coveralls"
},
"files": [
"dist",
"lib"
],
"nyc": {
"functions": 80,
"lines": 80,
Expand Down

0 comments on commit eb9098e

Please sign in to comment.