Skip to content

Commit a7705ca

Browse files
committedJan 1, 2021
remove private flag
1 parent 1047f5a commit a7705ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"title": "TaxJs",
44
"version": "2021.0.0",
55
"description": "german tax calculation in typescript and javascript",
6-
"private": true,
76
"scripts": {
87
"create-ts": "node build/create-ts.js",
98
"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",

0 commit comments

Comments
 (0)
Please sign in to comment.