commit-cop 1.0.1 → 1.1.0

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/test.ts CHANGED
@@ -1,2 +1,6 @@
1
+ // Add test cases here, make sure to to
2
+ // git add when you make a change to see CLI in
3
+ // action
1
4
  console.log("Hello, world!");
2
- console.log("Debug log");
5
+ console.log("Debug log");
6
+ console.log("Debug log 2");
package/testing.ts ADDED
@@ -0,0 +1,3 @@
1
+ console.log("testingFinal");
2
+ console.log("testingFinal");
3
+ console.log("testingFinal");