Skip to content

Commit

Permalink
chore: rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed Oct 16, 2023
1 parent 3591735 commit edfaa46
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "unillm",
"version": "0.1.0-alpha.1",
"main": "./index.ts",
"types": "./types/index.d.ts",
"main": "./index.cjs.js",
"module": "./index.esm.js",
"types": "./types/packages/unillm-node/index.d.ts",
"type": "commonjs",
"license": "MIT",
"author": "Ariel Weinberger <[email protected]>",
Expand All @@ -15,7 +16,7 @@
"lint": "eslint .",
"test": "vitest --coverage",
"format": "prettier --write .",
"build": "rimraf dist && rollup -c && cp -r ./dist/types/packages/unillm-node/ ./dist/types/ && rimraf dist/types/packages"
"build": "rimraf dist && rollup -c"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit edfaa46

Please sign in to comment.