Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Oct 23, 2018
1 parent 20567c3 commit aca34a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 22 deletions.
26 changes: 6 additions & 20 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
{
"eslint.autoFixOnSave": true,
"tslint.autoFixOnSave": true,
"tslint.configFile": "./tslint.json",
"tslint.enable": true,
"files.exclude": {
".temp/": true
},
"typescriptHero.resolver.ignorePatterns": [
"build",
"out",
"dist",
"freemarkerjs"
],
"typescriptHero.resolver.insertSemicolons": false,
"typescriptHero.resolver.importGroups": [
{
"identifier": "Remaining",
"order": "desc"
}
]
"tslint.autoFixOnSave": true,
"tslint.configFile": "./tslint.json",
"tslint.enable": true,
"files.exclude": {
".temp/": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freemarker-parser",
"version": "1.1.2",
"version": "1.1.3",
"description": "Freemarker Parser is a javascript implementation of the Freemarker",
"scripts": {
"build": "npm run lint & tsc",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"checkJs": false,
"declaration": true,
"diagnostics": true,
"forceConsistentCasingInFileNames": true,
"forceConsistentCasingInFileNames": false,
"lib": [
"es2015"
],
Expand Down

0 comments on commit aca34a2

Please sign in to comment.