Skip to content

Commit

Permalink
fix(pkg): publish types
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Jan 27, 2020
1 parent a5202f7 commit c306479
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 @@ -20,8 +20,8 @@
"start": "ember serve",
"test": "ember test",
"test:all": "ember try:each",
"prepublishOnly": "#ember ts:precompile",
"postpublish": "#ember ts:clean"
"prepublishOnly": "ember ts:precompile",
"postpublish": "ember ts:clean"
},
"dependencies": {
"ember-cli-babel": "^7.13.2",
Expand Down

0 comments on commit c306479

Please sign in to comment.