Skip to content

Commit 4ac73c5

Browse files
author
leo
committed
4.2.2
1 parent 6b7f747 commit 4ac73c5

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@leo-util/crypto-js",
33
"title": "crypto-js",
44
"description": "JavaScript library of crypto standards.",
5-
"version": "4.2.1",
6-
"homepage": "http://github.com/brix/crypto-js",
5+
"version": "4.2.4",
6+
"homepage": "https://github.com/dqdq4197/crypto-js",
77
"author": {
88
"name": "leo-util",
99
"url": "https://github.com/dqdq4197/crypto-js"
@@ -18,7 +18,9 @@
1818
"license": "MIT",
1919
"scripts": {
2020
"build": "grunt build",
21-
"test": "grunt default"
21+
"test": "grunt default",
22+
"custom-publish": "cd build && pnpm publish",
23+
"prepublish": "pnpm version patch && cp package.json build"
2224
},
2325
"main": "index.js",
2426
"browser": {

0 commit comments

Comments
 (0)