Skip to content

Commit

Permalink
released v3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 18, 2022
1 parent 08d5a91 commit 501c28b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "code-example",
"version": "3.3.3",
"version": "3.3.4",
"author": "kenny wong <wowohoo@qq.com>",
"license": "MIT",
"description": "Language code example.",
"main": "./ext.json",
"scripts": {
"prepare": "npm run start",
"start": "BABEL_ENV=production babel src --out-dir lib --copy-files --verbose && npm run create",
"create": "node scripts.mjs"
},
"author": "Kenny Wong <wowohoo@qq.com>",
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/code-example.git"
},
"license": "MIT",
"files": [
"lib",
"txt",
Expand Down

0 comments on commit 501c28b

Please sign in to comment.