Skip to content

Commit

Permalink
fix: only include dist/ in published package (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored Mar 2, 2020
1 parent 441220c commit 3d3690f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"typings": "dist/index.d.ts",
"license": "MIT",
"author": "Igor Kuritsin <[email protected]>",
"files": [
"dist/"
],
"scripts": {
"test": "cross-env NODE_NO_WARNINGS=1 jasmine-ts \"spec/src/**/*.spec.ts\"",
"prettier": "prettier --write \"src/**/*.{js,ts}\" \"spec/src/**/*.ts\" \"spec/fixtures/actual/**/*.{js,ts}\"",
Expand Down

0 comments on commit 3d3690f

Please sign in to comment.