js-code-detector 0.0.1 → 0.0.2

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/dist/cjs/index.js CHANGED
@@ -74,7 +74,7 @@ git diff master..$2 --unified=0 --output=git_diff.txt
74
74
  cd ..
75
75
  git clone $1 source
76
76
  `;
77
- var pluginFileContent = `import * as cb from "../../dist/cjs/index.js"
77
+ var pluginFileContent = `import * as cb from "js-code-detector"
78
78
 
79
79
  export default async (api) => {
80
80
  const buildCallback = () => cb.umiPluginCallback(api);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "js-code-detector",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "types": "dist/cjs/index.d.ts",