Skip to content

Commit

Permalink
fix: fixed rollup/npm publish steps
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Dec 12, 2024
1 parent 4747ead commit e3b9a07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ rollup({
})
.then((bundle) =>
bundle.write({
dest: "validator.js",
file: "validator.js",
name: pkg.name,
format: "umd",
moduleName: pkg.name,
banner: `/*!\n${String(fs.readFileSync("./LICENSE"))
.trim()
.split("\n")
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"npm-run-all": "^4.1.5",
"nyc": "^14.1.0",
"rimraf": "^3.0.0",
"rollup": "^0.47.0",
"rollup-plugin-babel": "^4.0.1",
"rollup": "0.68.2",
"rollup-plugin-babel": "4.1.0-1",
"timezone-mock": "^1.3.6",
"uglify-js": "^3.0.19"
},
Expand Down

0 comments on commit e3b9a07

Please sign in to comment.