Update README.md
This commit is contained in:
parent
b7e4918e9d
commit
9b97b04ad1
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
# Ignore npm modules and src folder
|
||||
node_modules
|
||||
src
|
||||
src
|
||||
tsconfig.json
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lessc-watcher",
|
||||
"version": "1.0.9",
|
||||
"version": "1.1.0",
|
||||
"description": "A minimal package to watch less files and compile them to css",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
@ -1,13 +0,0 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2016",
|
||||
"module": "commonjs",
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist",
|
||||
"removeComments": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user