instructions-api
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "instructions-api", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "API for the instructions project", | ||
"main": "dist/api.ts", | ||
"module": "dist/api.ts", | ||
"main": "dist/api.js", | ||
"types": "dist/api.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
@@ -29,4 +30,5 @@ "publish:npm": "(if exist dist rmdir /s /q dist) && mkdir dist && babel ./api -d dist --copy-files" | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
"react-dom": "^17.0.2", | ||
"typescript": "^4.2.4" | ||
} | ||
} |
17587
4
438
5
+ Addedtypescript@^4.2.4
+ Addedtypescript@4.9.5(transitive)