Skip to content

Commit

Permalink
fix(mutates): force publish
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Jun 10, 2024
1 parent 3bf7ab8 commit f1e054e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
21 changes: 20 additions & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"name": "@mutates/angular",
"version": "0.0.0-development",
"keywords": [
"typescript",
"ast",
"mutations",
"angular",
"schematics"
],
"homepage": "https://github.com/IKatsuba/mutates",
"repository": "https://github.com/IKatsuba/mutates",
"license": "Apache-2.0",
"contributors": [
"Igor Katsuba <[email protected]>"
],
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand All @@ -12,5 +25,11 @@
},
"peerDependencies": {
"@angular-devkit/schematics": ">=18.0.0"
}
},
"publishConfig": {
"access": "public"
},
"authors": [
"Igor Katsuba <[email protected]>"
]
}
19 changes: 18 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
{
"name": "@mutates/core",
"version": "0.0.0-development",
"keywords": [
"typescript",
"ast",
"mutations"
],
"homepage": "https://github.com/IKatsuba/mutates",
"repository": "https://github.com/IKatsuba/mutates",
"license": "Apache-2.0",
"contributors": [
"Igor Katsuba <[email protected]>"
],
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"dependencies": {
"minimatch": "9.0.3",
"ts-morph": "^22.0.0",
"tslib": "^2.3.0"
}
},
"publishConfig": {
"access": "public"
},
"authors": [
"Igor Katsuba <[email protected]>"
]
}

0 comments on commit f1e054e

Please sign in to comment.