Skip to content

Commit

Permalink
updated the lib's build process
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmihaylov committed Feb 2, 2024
1 parent 12bd3df commit db72fff
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 226 deletions.
19 changes: 0 additions & 19 deletions index.js

This file was deleted.

5 changes: 0 additions & 5 deletions jest.config.js

This file was deleted.

70 changes: 0 additions & 70 deletions lib/StreamDebugLogger.js

This file was deleted.

9 changes: 0 additions & 9 deletions lib/StreamHistory.js

This file was deleted.

120 changes: 0 additions & 120 deletions lib/StreamStore.js

This file was deleted.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@
"data flow",
"data management"
],
"main": "index.ts",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/lexmihaylov/driftrx.git"
},
"scripts": {
"build": "tsc index.ts",
"build": "tsc index.ts --outDir ./dist --declaration",
"clean": "rm -rf dist",
"prepare": "npm run build",
"postpublish": "npm run clean",
"test": "jest --silent --verbose --collect-coverage tests"
},
"author": "Alexander Mihaylov (https://lexmihaylov/github.io)",
Expand All @@ -31,4 +34,4 @@
"jest": "^29.5.0",
"ts-jest": "^29.1.0"
}
}
}

0 comments on commit db72fff

Please sign in to comment.