Skip to content

Commit

Permalink
Corrected name of package and array of files
Browse files Browse the repository at this point in the history
  • Loading branch information
gjlacerda committed Feb 2, 2018
1 parent b4f3d3a commit 829749c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "js-tdd-course",
"version": "1.0.0",
"description": "Nossa biblioteca do curso de JS com TDD na prática.",
"main": "src/index.js",
"main": "lib/index.js",
"scripts": {
"clear": "rimraf lib",
"build": "npm run clear && ./node_modules/.bin/babel --out-dir lib src",
Expand All @@ -16,6 +16,10 @@
"test:coverage": "nyc npm test",
"coveralls": "npm run test:coverage && nyc report --reporter=text-lcov | coveralls"
},
"files": [
"dist",
"lib"
],
"nyc": {
"reporter": [
"text",
Expand Down

0 comments on commit 829749c

Please sign in to comment.