From e1ceb2391bb3173435d89566f6908d6259e6155a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allen=20Zhang=20=28=E5=BC=A0=E6=B6=9B=29?= Date: Tue, 15 Oct 2024 12:53:37 +0800 Subject: [PATCH] chore(babel-plugin-canyon): update --- plugins/babel-plugin-canyon/package.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/plugins/babel-plugin-canyon/package.json b/plugins/babel-plugin-canyon/package.json index dbd799d8..9e45a50a 100644 --- a/plugins/babel-plugin-canyon/package.json +++ b/plugins/babel-plugin-canyon/package.json @@ -1,7 +1,19 @@ { "name": "babel-plugin-canyon", - "version": "1.8.78-alpha.6", - "description": "", + "version": "1.8.78-alpha.7", + "description": "A Babel plugin cooperates with istanbul to report the coverage", + "author": "Allen Zhang ", + "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" @@ -12,9 +24,6 @@ "test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=json mocha --timeout 5000 test/*.js", "prepublishOnly": "npm run release" }, - "keywords": [], - "author": "", - "license": "ISC", "standard": { "ignore": [ "fixtures/*.js"