@@ -1,5 +1,6 @@
.DS_Store
node_modules
+dist
# local env files
.env.local
@@ -6,6 +6,10 @@
"module": "./dist/index.esm.js",
"browser": "./dist/index.min.js",
"types": "./dist/index.d.ts",
+ "files": [
+ "dist",
+ "README.md"
+ ],
"scripts": {
"test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} mocha -r ts-node/register 'tests/**/*.ts'",
"build": "rollup -c"