simple-file-templater 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +7 -9
package/package.json CHANGED
@@ -1,26 +1,24 @@
1
1
  {
2
2
  "name": "simple-file-templater",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Simple templating system for file. Pattern replacer, file name replacer...",
5
5
  "main": "templater.js",
6
6
  "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1",
8
- "bump:major": "node node_modules/@cawita/bump-simple/bump-simple.js --major",
9
- "bump:minor": "node node_modules/@cawita/bump-simple/bump-simple.js --minor",
10
- "bump:patch": "node node_modules/@cawita/bump-simple/bump-simple.js --patch"
7
+ "bump:major": "node node_modules/bump-simple/bump-simple.js --major",
8
+ "bump:minor": "node node_modules/bump-simple/bump-simple.js --minor",
9
+ "bump:patch": "node node_modules/bump-simple/bump-simple.js --patch"
11
10
  },
12
11
  "author": "538ROMEO",
13
12
  "license": "ISC",
14
13
  "repository": {
15
14
  "type": "git",
16
- "url": "git+https://gitlab.com/cawita-technologies/modules/templater.git"
15
+ "url": "git+https://github.com/top-kat/simple-file-templater.git"
17
16
  },
18
17
  "bugs": {
19
- "url": "https://gitlab.com/cawita-technologies/modules/templater/issues"
18
+ "url": "https://github.com/top-kat/simple-file-templater/issues"
20
19
  },
21
- "homepage": "https://gitlab.com/cawita-technologies/modules/templater#readme",
20
+ "homepage": "https://github.com/top-kat/simple-file-templater",
22
21
  "dependencies": {
23
- "topkat-utils": "^1.0.64",
24
22
  "fast-glob": "^3.0.4",
25
23
  "fs-extra": "^8.1.0"
26
24
  },