Skip to content

Commit

Permalink
fix: export correct files for Strapi adaptor
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Jul 6, 2023
1 parent 333c177 commit 577a849
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/adaptor-strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
"name": "@measured/puck-adaptor-strapi",
"version": "0.3.1",
"private": false,
"main": "./index.ts",
"types": "./index.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"scripts": {
"lint": "eslint \"**/*.ts*\"",
"build": "rm -rf dist && tsup index.ts",
"prepare": "yarn build"
},
"files": [
"dist"
],
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-custom": "*",
Expand Down

0 comments on commit 577a849

Please sign in to comment.