Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit authored and Rohit committed Sep 20, 2022
1 parent 714d565 commit 87e0b92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@calculus-algorithms",
"name": "calculus-algorithms",
"version": "0.0.1",
"description": "A subset of Calculus algorithms",
"main": "lib/es5/index.js",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from "./integration"
export * from "./differentiation"

0 comments on commit 87e0b92

Please sign in to comment.