Skip to content

Commit ea3a125

Browse files
author
leo
committed
4.2.2
1 parent 6b7f747 commit ea3a125

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-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

+4-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,8 @@
1818
"license": "MIT",
1919
"scripts": {
2020
"build": "grunt build",
21-
"test": "grunt default"
21+
"test": "grunt default",
22+
"prepublish": "pnpm version patch && cp package.json build && cd build "
2223
},
2324
"main": "index.js",
2425
"browser": {

0 commit comments

Comments
 (0)