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.
- 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.
|
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
|
-
"
|
8
|
-
"bump:
|
9
|
-
"bump:
|
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://
|
15
|
+
"url": "git+https://github.com/top-kat/simple-file-templater.git"
|
17
16
|
},
|
18
17
|
"bugs": {
|
19
|
-
"url": "https://
|
18
|
+
"url": "https://github.com/top-kat/simple-file-templater/issues"
|
20
19
|
},
|
21
|
-
"homepage": "https://
|
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
|
},
|