dappbooster 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/import/install.js CHANGED
@@ -131,7 +131,6 @@ function subgraphCleanup() {
131
131
  */
132
132
  function typedocCleanup() {
133
133
  rmSync(join(process.cwd(), 'typedoc.json'), fileExecOptions)
134
- rmSync(join(process.cwd(), '.github/workflows/typedoc.yml'), fileExecOptions)
135
134
  }
136
135
 
137
136
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dappbooster",
3
3
  "author": "bootnodedev",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "description": "Script to easily start your project with dAppBooster",
6
6
  "main": "index.js",
7
7
  "license": "MIT",