genomediff
Advanced tools
Comparing version 1.5.5 to 1.5.6
{ | ||
"name": "genomediff", | ||
"version": "1.5.5", | ||
"version": "1.5.6", | ||
"description": "Parses strings from files in the GenomeDiff format generated by the breseq variant caller for haploid microbial organisms.", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"scripts": { | ||
"build": "tsd install && tsc", | ||
"build": "typings install && rm -rf dist && tsc", | ||
"test": "jasmine-node ./dist/ --color --verbose" | ||
@@ -31,0 +31,0 @@ }, |
@@ -64,3 +64,3 @@ # Genomediff | ||
--------------- | ||
When developing, use `tsc --watch` to build the `.ts` files on change. | ||
When developing, use `tsc --watch` to build the `.ts` files on change. Alternatively, you can use `npm run build` if you do not wish to run the build on file change. | ||
@@ -67,0 +67,0 @@ **Note**: If you add new files or remove files, make sure to edit the `"files"` field in `tsconfig.json`: |
38835