@bettergi/types 0.0.2 → 0.0.3

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -4
package/README.md CHANGED
@@ -15,3 +15,7 @@ npm install --save-dev @bettergi/types
15
15
  }
16
16
  }
17
17
  ```
18
+
19
+ ## Related Tools
20
+
21
+ [@bettergi/create-script](https://www.npmjs.com/package/@bettergi/create-script)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bettergi/types",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "TypeScript definitions for BetterGI Script",
5
5
  "type": "module",
6
6
  "author": "Bread Grocery<https://github.com/breadgrocery>",
@@ -15,9 +15,6 @@
15
15
  },
16
16
  "homepage": "https://github.com/breadgrocery/bettergi-script-toolchain/tree/master/packages/types",
17
17
  "types": "index.d.ts",
18
- "scripts": {
19
- "publish": "npm publish --access public"
20
- },
21
18
  "dependencies": {
22
19
  "mirada": "^0.0.15"
23
20
  }