create-piral-instance 1.5.3-beta.6894 → 1.5.3-beta.6919

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Piral Logo](https://github.com/smapiot/piral/raw/main/docs/assets/logo.png)](https://piral.io)
2
2
 
3
- # [Create Piral Instance](https://piral.io) · [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/smapiot/piral/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/create-piral-instance.svg?style=flat)](https://www.npmjs.com/package/create-piral-instance) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://jestjs.io) [![Gitter Chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/piral-io/community)
3
+ # [Create Piral Instance](https://piral.io) · [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/smapiot/piral/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/create-piral-instance.svg?style=flat)](https://www.npmjs.com/package/create-piral-instance) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://jestjs.io) [![Community Chat](https://dcbadge.vercel.app/api/server/kKJ2FZmK8t?style=flat)](https://discord.gg/kKJ2FZmK8t)
4
4
 
5
5
  `create-piral-instance` is a command-line tool that can also be used via NPM. It should make scaffolding a new Piral instance as simple as possible.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-piral-instance",
3
- "version": "1.5.3-beta.6894",
3
+ "version": "1.5.3-beta.6919",
4
4
  "description": "The NPM initializer to scaffold a new Piral instance.",
5
5
  "keywords": [
6
6
  "scaffold",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "inquirer": "^6.2.2",
45
- "piral-cli": "1.5.3-beta.6894"
45
+ "piral-cli": "1.5.3-beta.6919"
46
46
  },
47
- "gitHead": "6c80c7def368481a6a4713ce18ad3dc9aebcb2e8"
47
+ "gitHead": "e4b62b0aa688f440c99cb5db7951824ce5b8775a"
48
48
  }