@openstapps/core-tools
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -0,1 +1,5 @@ | ||
## [0.0.2](https://gitlab.com/openstapps/core-tools/compare/v0.0.1...v0.0.2) (2018-12-18) | ||
## [0.0.1](https://gitlab.com/openstapps/core-tools/compare/1ac90ef...v0.0.1) (2018-12-18) | ||
@@ -2,0 +6,0 @@ |
@@ -1,2 +0,3 @@ | ||
#!/usr/bin/env node"use strict"; | ||
#!/usr/bin/env node | ||
"use strict"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
@@ -3,0 +4,0 @@ return new (P || (P = Promise))(function (resolve, reject) { |
{ | ||
"name": "@openstapps/core-tools", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Tools to convert and validate StAppsCore", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"check-configuration": "openstapps-configuration", | ||
"compile": "tsc && prepend lib/cli.js '#!/usr/bin/env node'", | ||
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'", | ||
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src", | ||
@@ -59,2 +59,3 @@ "prepareOnly": "npm run build", | ||
"prepend-file-cli": "1.0.6", | ||
"rimraf": "2.6.2", | ||
"tslint": "5.12.0", | ||
@@ -61,0 +62,0 @@ "typedoc": "0.13.0", |
Sorry, the diff of this file is too big to display
3
748060
7
42
4743