@kithinji/pod 1.0.7 → 1.0.8

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/plugins/css/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAGtC,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK;;iBAGvB,WAAW;EA4B3B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/plugins/css/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAGtC,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK;;iBAGvB,WAAW;EA6B3B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kithinji/pod",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "",
5
5
  "bin": {
6
6
  "pod": "./dist/main.js"
package/src/main.ts CHANGED
@@ -28,7 +28,7 @@ import { dockerize } from "./docker";
28
28
 
29
29
  const program = new Command();
30
30
 
31
- program.name("pod").description("Pod cli tool").version("1.0.7");
31
+ program.name("pod").description("Pod cli tool").version("1.0.8");
32
32
 
33
33
  program
34
34
  .command("new <name>")
@@ -27,7 +27,8 @@ export function stylePlugin(store: Store) {
27
27
  *, *::before, *::after {
28
28
  box-sizing: inherit;
29
29
  }
30
- ${cssOutput}
30
+
31
+ ${cssOutput}
31
32
  `
32
33
  );
33
34
  });