Skip to content

Commit

Permalink
feat: include types and bump to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Zhang committed May 31, 2022
1 parent a88218d commit bdfe95d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/node_modules
/dist
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"name": "@cresta/dagre-esm",
"version": "1.0.4",
"type": "module",
"module": "dist/dagre-esm.js",
"module": "dist/dagre.esm.js",
"license": "MIT",
"type": "module",
"scripts": {
"build": "rollup --config rollup.config.js"
},
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export default {
include: /node_modules/,
}),
],
};
};

0 comments on commit bdfe95d

Please sign in to comment.