Skip to content

Commit

Permalink
fix(package): add build dir to directories
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie committed Oct 25, 2019
1 parent a073507 commit 38ebd9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "A vector lib with support for (+ - * /) operator handling",
"main": "./build/cjs/index.js",
"directories": {
"example": "examples",
"test": "test"
"test": "test",
"build": "build"
},
"scripts": {
"clean": "rimraf lib",
Expand Down

0 comments on commit 38ebd9a

Please sign in to comment.