diff --git a/package.json b/package.json index 1a3d0d9..560daed 100755 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "types": "./dist/index.d.ts", "scripts": { "test": "node ./dist/test", - "cdn:bundle:.js": "simplifyify dist/index.js -s #{REPO_NAME}# -o dist/bundle.js --debug --bundle", + "cdn:bundle:.js": "simplifyify dist/index.js -s #{REPO_NAME_NO_DASHES}# -o dist/bundle.js --debug --bundle", "cdn:bundle:.min.js": "terser dist/bundle.js -cmo dist/bundle.min.js", "cdn:bundle": "npm run cdn:bundle:.js && npm run cdn:bundle:.min.js", "cdn:esm": "tsc -p tsconfig.esm.json", diff --git a/tsconfig.json b/tsconfig.json index af2a552..308db5c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,5 +14,5 @@ "downlevelIteration": true }, "filesGlob": ["src/**/*"], - "exclude": ["node_modules", "dist/**/*", "deno_dist/**/*", "mod.ts"] + "exclude": ["node_modules", "dist/**/*"] }