camelcase

This commit is contained in:
2019-03-14 21:01:44 +01:00
parent 73272d37b2
commit ca366edbb6
6 changed files with 10 additions and 8 deletions

View File

@@ -6,7 +6,8 @@
"types": "dist/index.d.ts",
"scripts": {
"pkg-update": "node pkg-update",
"build": "tsc --listEmittedFiles",
"build": "tsc",
"_build": "tsc --listEmittedFiles",
"test": "jasmine-ts --config=jasmine.json"
},
"repository": {