Skip to content

Commit

Permalink
Work in progress towards packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Aug 8, 2022
1 parent a71514b commit 9a24ce4
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 78 deletions.
122 changes: 48 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "reactor-ts",
"version": "0.0.1",
"version": "0.1.0",
"description": "Reactor runtime written in TypeScript",
"main": "lib/reactor.js",
"main": "lib/index.js",
"dependencies": {
"@definitelytyped/header-parser": "0.0.29",
"@definitelytyped/typescript-versions": "0.0.29",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"scripts": {
"check-types": "tsc",
"build": "rm -rf dist && babel src --out-dir dist --extensions .ts",
"build": "rm -rf dist lib && babel src --out-dir lib --extensions .ts",
"deploy": "npm run build && npm run doc",
"doc": "typedoc --exclude \"**/+(example|benchmark|share)/**/*.ts\" --out docs src && touch docs/.nojekyll",
"dtslint": "dtslint __tests__/types",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:icyphy/reactor-ts.git"
"url": "git@github.com:lf-lang/reactor-ts.git"
},
"keywords": [
"IoT",
Expand All @@ -84,7 +84,10 @@
"url": "http://people.eecs.berkeley.edu/~marten"
},
"contributors": [
"Yunsang Cho",
"Wonseo Choi",
"Andres Goens",
"Hokeun Kim",
"Matt Weber",
"Ben Zhang"
],
Expand Down
1 change: 1 addition & 0 deletions src/core/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './internal'

0 comments on commit 9a24ce4

Please sign in to comment.