Skip to content

Commit

Permalink
feat: expose programmatic API and typings (#342)
Browse files Browse the repository at this point in the history
Closes: #341
  • Loading branch information
alan-agius4 authored and dherges committed Nov 30, 2017
1 parent 6503e3f commit 61c7b50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,7 @@
"test": "yarn build && yarn integration:samples && yarn integration:specs && yarn integration:consumer",
"commitmsg": "commitlint -e",
"gh-pages": "gh-pages -d docs/ghpages"
}
},
"main": "lib/ng-packagr.js",
"typings": "lib/ng-packagr.d.ts"
}

0 comments on commit 61c7b50

Please sign in to comment.