diff --git a/package.json b/package.json index 9a4942a..2f592ed 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "typings": "index.d.ts", "scripts": { "build": "npm run clean && npm run lint && tsc -d -t es2015 && mv ./index.js ./index.es2015.js && tsc -t es5", - "clean": "rm -f ./*.d.ts && rm -f ./*.map", - "lint": "tslint -p ./tsconfig.json index.tsx test.tsx", + "clean": "rimraf ./*.d.ts && rimraf ./*.map", + "lint": "tslint --fix -p ./tsconfig.json index.tsx test.tsx", "pretest": "npm run build", "prepublishOnly": "npm test", "test": "karma start --single-run",