Skip to content

Commit

Permalink
update publishing info, rename main file to index
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed May 16, 2023
1 parent 44fab22 commit 3613edc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
File renamed without changes.
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
{
"name": "@spacejunk/ftl",
"version": "1.0.0",
"main": "index.js",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup axiosRequestQueue.ts --format esm,cjs --clean",
"build": "tsup index.ts --format esm,cjs --clean",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
Expand Down

0 comments on commit 3613edc

Please sign in to comment.