Add and run removeNPMAbsolutePaths

This commit is contained in:
Robert Brignull 2020-05-12 12:11:25 +01:00
parent a76042ab4a
commit 256c63a715
712 changed files with 13722 additions and 18895 deletions

View file

@ -6,7 +6,8 @@
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "tslint -p . -c tslint.json 'src/**/*.ts'"
"lint": "tslint -p . -c tslint.json 'src/**/*.ts'",
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force"
},
"license": "MIT",
"dependencies": {
@ -34,6 +35,7 @@
"jest-circus": "^25.2.4",
"ts-jest": "^25.3.0",
"tslint": "^6.1.0",
"typescript": "^3.7.5"
"typescript": "^3.7.5",
"removeNPMAbsolutePaths": "2.0.0"
}
}
}