Skip to content

Commit

Permalink
feat(npm): nocss package entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Samonenko committed Jan 19, 2021
1 parent 6dd25d5 commit cbfb0c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions nocss/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"internal": true,
"main": "../dist/nocss/ReactFlow-nocss.js",
"module": "../dist/nocss/ReactFlow-nocss.esm.js",
"types": "../dist/nocss/index.d.ts"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"react": "16 || 17"
},
"files": [
"dist"
"dist",
"nocss"
]
}

0 comments on commit cbfb0c4

Please sign in to comment.