new version

This commit is contained in:
silas 2020-10-17 17:38:15 +02:00
parent 5595bbda61
commit bb34035531
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ProjectTasksOptions"> <component name="ProjectTasksOptions">
<TaskOptions isEnabled="true"> <TaskOptions isEnabled="false">
<option name="arguments" value="--no-source-map --update $FileName$:$FileNameWithoutExtension$.css" /> <option name="arguments" value="--no-source-map --update $FileName$:$FileNameWithoutExtension$.css" />
<option name="checkSyntaxErrors" value="true" /> <option name="checkSyntaxErrors" value="true" />
<option name="description" /> <option name="description" />
@ -41,7 +41,7 @@
<option name="workingDir" value="$FileDir$" /> <option name="workingDir" value="$FileDir$" />
<envs /> <envs />
</TaskOptions> </TaskOptions>
<TaskOptions isEnabled="true"> <TaskOptions isEnabled="false">
<option name="arguments" value="--html5 --collapse-whitespace --remove-attribute-quotes --remove-empty-attributes --remove-comments --remove-optional-tags --remove-redundant-attributes $FilePath$ -o $ContentRoot$/public/$FileDirRelativeToSourcepath$/$FileName$" /> <option name="arguments" value="--html5 --collapse-whitespace --remove-attribute-quotes --remove-empty-attributes --remove-comments --remove-optional-tags --remove-redundant-attributes $FilePath$ -o $ContentRoot$/public/$FileDirRelativeToSourcepath$/$FileName$" />
<option name="checkSyntaxErrors" value="true" /> <option name="checkSyntaxErrors" value="true" />
<option name="description" /> <option name="description" />

View File

@ -1,7 +1,7 @@
{ {
"name": "wordrotator", "name": "wordrotator",
"displayName": "WordRotator", "displayName": "WordRotator",
"version": "1.1.0", "version": "1.2.0",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"server": "ts-node src/server/index.ts", "server": "ts-node src/server/index.ts",
@ -39,7 +39,9 @@
"nodemailer": "^6.4.14", "nodemailer": "^6.4.14",
"sql.js": "1.3.2", "sql.js": "1.3.2",
"ts-node": "9.0.0", "ts-node": "9.0.0",
"typeorm": "^0.2.28" "typeorm": "^0.2.28",
"ts-loader": "^8.0.5",
"typescript": "^4.0.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.1", "@babel/core": "^7.12.1",
@ -76,8 +78,6 @@
"postcss-loader": "^4.0.4", "postcss-loader": "^4.0.4",
"sass-loader": "^10.0.3", "sass-loader": "^10.0.3",
"terser-webpack-plugin": "^5.0.0", "terser-webpack-plugin": "^5.0.0",
"ts-loader": "^8.0.5",
"typescript": "^4.0.3",
"webpack": "^5.1.2", "webpack": "^5.1.2",
"webpack-cli": "^3.3.12", "webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0", "webpack-dev-server": "^3.11.0",