Skip to content

Commit

Permalink
prep for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-haynes committed Dec 4, 2020
1 parent b09ca9b commit d573a0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "zymath",
"version": "1.0.0",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsc && node dist/index.js"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"prepublish": "npx tsc",
"keywords": [],
"author": "",
"license": "ISC",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"esModuleInterop": true,
"isolatedModules": true,
"lib": ["es2017"],
Expand Down

0 comments on commit d573a0b

Please sign in to comment.