create-raclette-app 0.0.1 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-raclette-app",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "CLI tool to create a raclette application boilerplate",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -9,10 +9,6 @@
9
9
  "bin": {
10
10
  "create-raclette-app": "./bin/create-raclette-app"
11
11
  },
12
- "repository": {
13
- "type": "git",
14
- "url": "https://gitlab.com/raclettejs/create-raclette-app"
15
- },
16
12
  "files": [
17
13
  "dist/",
18
14
  "bin/",
@@ -33,7 +29,6 @@
33
29
  "keywords": [
34
30
  "cli",
35
31
  "raclette",
36
- "raclettejs",
37
32
  "typescript",
38
33
  "boilerplate"
39
34
  ],
@@ -27,3 +27,6 @@ node_modules
27
27
 
28
28
  # raclette related
29
29
  .raclette
30
+
31
+ .npmrc
32
+ .yarnrc