Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Specifying files to be included in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvasquez committed Mar 27, 2020
1 parent e3264b1 commit 8c61e1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "@developertown/auth0-react-spa-provider",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.cjs.d.ts",
"files": [
"src",
"dist"
],
"scripts": {
"build": "rollup -c rollup.config.js",
"dev": "yarn build --watch",
Expand Down

0 comments on commit 8c61e1f

Please sign in to comment.