shipgate 1.0.1 → 1.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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shipgate",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "ShipGate — Stop AI from shipping fake features. Define what your code should do. We enforce it.",
|
|
5
5
|
"author": "ISL Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
"isl": "./dist/cli.cjs"
|
|
43
43
|
},
|
|
44
44
|
"files": [
|
|
45
|
-
"dist
|
|
45
|
+
"dist",
|
|
46
|
+
"dist/cli.cjs",
|
|
46
47
|
"README.md",
|
|
47
48
|
"LICENSE",
|
|
48
49
|
"scripts/postinstall.js"
|