Skip to content

Commit

Permalink
feat: sending dist to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Tetsuo committed Jun 11, 2020
1 parent 581f763 commit 4c97be8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "final-space-course",
"version": "0.0.0",
"description": "An open source library to return the final space characters",
"main": "src/index.js",
"main": "dist/main.js",
"repository": "git@github.com:fabioctetsuo/final-space-course.git",
"author": "fabioctetsuo@gmail.com",
"license": "MIT",
Expand All @@ -15,6 +15,9 @@
"bugs": {
"url": "https://github.com/fabioctetsuo/final-space-course/issues"
},
"files": [
"dist"
],
"scripts": {
"lint": "eslint .",
"prebuild": "rimraf dist",
Expand Down

0 comments on commit 4c97be8

Please sign in to comment.