Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "tmdb-ts", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "TMDB v3 library wrapper", | ||
@@ -8,3 +8,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"compile": "rm -rf dist && tsc -d && npm run copy-types", | ||
"compile": "rm -rf ./dist && tsc -d && npm run copy-types", | ||
"lint": "eslint --ext .ts src/", | ||
@@ -11,0 +11,0 @@ "lint:fix": "eslint --ext .ts src/ --fix", |
71682