Skip to content

Commit

Permalink
chore: repo overall update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Nov 1, 2024
1 parent 886ad9f commit 4e6b080
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/canyon-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "canyon-core"
version = "0.1.1-beta.2"
version = "0.1.1-beta.3"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down
1 change: 1 addition & 0 deletions plugins/babel-plugin-canyon/lib/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('Hello, world!');
43 changes: 43 additions & 0 deletions plugins/babel-plugin-canyon/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "babel-plugin-canyon",
"version": "2.0.0-beta.1",
"description": "A Babel plugin cooperates with istanbul to report the coverage",
"author": "Allen Zhang <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/canyon-project/canyon#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/canyon-project/canyon.git",
"directory": "plugins/babel-plugin-canyon"
},
"bugs": "https://github.com/canyon-project/canyon/issues",
"keywords": [
"babel-plugin"
],
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"prepublishOnly": "echo 'prepublishOnly'"
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/generator": "^7.25.6"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.1",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/register": "^7.23.7",
"babel-plugin-istanbul": "6.1.1",
"chai": "^4.2.0",
"cross-env": "^7.0.3",
"mocha": "^6.2.2",
"nyc": "^15.0.0",
"standard": "^14.3.1"
},
"peerDependencies": {
"axios": "*"
}
}

0 comments on commit 4e6b080

Please sign in to comment.