Skip to content

Commit

Permalink
deprecating ignite and generator packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Feb 11, 2020
1 parent 4494db5 commit 4b4c0d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/electrode-ignite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@
"generator-electrode": "../generator-electrode",
"ignite-core": "../ignite-core"
}
}
},
"private": true
}
3 changes: 2 additions & 1 deletion packages/generator-electrode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
},
"private": true
}
3 changes: 2 additions & 1 deletion packages/ignite-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@
"functions": 100,
"lines": 100,
"cache": true
}
},
"private": true
}

0 comments on commit 4b4c0d6

Please sign in to comment.