Skip to content

Commit

Permalink
版本升级至 v1.0.2 && 修复 module 路径错误
Browse files Browse the repository at this point in the history
  • Loading branch information
yong.teng committed Dec 7, 2021
1 parent 8f25c6a commit cdbb78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "buession-shirojs",
"alias": "shirojs",
"version": "v1.0.1",
"version": "v1.0.2",
"description": "A security framework for JavaScript or TypeScript.",
"homepage": "https://buession.github.io/buession-shirojs/",
"author": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"main": "src/index.ts",
"types": "src/index.d.ts",
"typings": "src/index.d.ts",
"module": "es/index.es.js",
"module": "src/index.ts",
"unpkg": "dist/shirojs.min.js",
"files": [
"src/",
Expand Down

0 comments on commit cdbb78b

Please sign in to comment.