Skip to content

Commit

Permalink
remove private flag
Browse files Browse the repository at this point in the history
  • Loading branch information
akuechl committed Jan 1, 2021
1 parent 1047f5a commit a7705ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"title": "TaxJs",
"version": "2021.0.0",
"description": "german tax calculation in typescript and javascript",
"private": true,
"scripts": {
"create-ts": "node build/create-ts.js",
"create-js" : "tsc --target ES5 --module AMD --outDir dist/amd && tsc --target ES5 --module CommonJs --outDir dist/commonjs && tsc --target ES5 --module System --outDir dist/system && tsc --target ES5 --module UMD --outDir dist/umd && tsc --target ES2015 --module ES2015 --outDir dist/es2015",
Expand Down

0 comments on commit a7705ca

Please sign in to comment.