Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfisher committed Nov 28, 2024
1 parent 5f67be0 commit e0b25e0
Show file tree
Hide file tree
Showing 62 changed files with 4,928 additions and 9 deletions.
16 changes: 16 additions & 0 deletions examples/multilib/lib1/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "voerkai18n-example-lib1",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@voerkai18n/runtime": "workspace:*",
"voerkai18n-example-utils": "workspace:*"
}
}
Loading

0 comments on commit e0b25e0

Please sign in to comment.