Skip to content

Commit aca34a2

Browse files
committed
1.1.3
1 parent 20567c3 commit aca34a2

File tree

3 files changed

+8
-22
lines changed

3 files changed

+8
-22
lines changed

.vscode/settings.json

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,8 @@
11
{
2-
"eslint.autoFixOnSave": true,
3-
"tslint.autoFixOnSave": true,
4-
"tslint.configFile": "./tslint.json",
5-
"tslint.enable": true,
6-
"files.exclude": {
7-
".temp/": true
8-
},
9-
"typescriptHero.resolver.ignorePatterns": [
10-
"build",
11-
"out",
12-
"dist",
13-
"freemarkerjs"
14-
],
15-
"typescriptHero.resolver.insertSemicolons": false,
16-
"typescriptHero.resolver.importGroups": [
17-
{
18-
"identifier": "Remaining",
19-
"order": "desc"
20-
}
21-
]
2+
"tslint.autoFixOnSave": true,
3+
"tslint.configFile": "./tslint.json",
4+
"tslint.enable": true,
5+
"files.exclude": {
6+
".temp/": true
227
}
8+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freemarker-parser",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Freemarker Parser is a javascript implementation of the Freemarker",
55
"scripts": {
66
"build": "npm run lint & tsc",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"checkJs": false,
1212
"declaration": true,
1313
"diagnostics": true,
14-
"forceConsistentCasingInFileNames": true,
14+
"forceConsistentCasingInFileNames": false,
1515
"lib": [
1616
"es2015"
1717
],

0 commit comments

Comments
 (0)