-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fix-diagrama-socket' of https://github.com/mind-ar/woll…
…ok-ts-cli into fix-diagrama-socket
- Loading branch information
Showing
3 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
{ | ||
"name": "wollok-ts-cli", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Wollok Command Line Interface", | ||
"repository": "https://github.com/uqbar-project/wollok-ts-cli", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Uqbar Foundation", | ||
"email": "[email protected]" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/uqbar-project/wollok-ts-cli/issues" | ||
}, | ||
"homepage": "https://github.com/uqbar-project/wollok-language", | ||
"keywords": [ | ||
"wollok", | ||
"cli", | ||
"typescript" | ||
], | ||
"main": "./build/src/index.js", | ||
"scripts": { | ||
"preinstall": "sh scripts/download-libs.sh", | ||
|
@@ -19,7 +28,8 @@ | |
"test:unit": "mocha --parallel -r ts-node/register/transpile-only test/**/*.test.ts --timeout 7000", | ||
"build": "shx rm -rf build && shx mkdir ./build && shx cp -r ./public ./build/public && tsc -p ./tsconfig.build.json", | ||
"watch": "npm run build -- -w", | ||
"pack": "pkg ." | ||
"pack": "pkg .", | ||
"prepublishOnly": "npm run build && npm run test" | ||
}, | ||
"bin": { | ||
"wollok": "./build/src/index.js" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters