-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grunt config to create zip file for registry
- Loading branch information
1 parent
8574d6c
commit f7f395c
Showing
6 changed files
with
43 additions
and
6 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
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,4 +1,4 @@ | ||
{ | ||
"isDebug": false, | ||
"logLevel": "error" | ||
"isDebug": true, | ||
"logLevel": "warning" | ||
} |
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"version": "0.1.0", | ||
"author": "François de Campredon <[email protected]> (http://francois.de-campredon.fr)", | ||
"license": "Apache 2.0", | ||
"keywords": ["typescript"] | ||
"keywords": ["typescript"], | ||
"engines": { | ||
"brackets": ">=0.34.0" | ||
}, | ||
|
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"isDebug": false, | ||
"logLevel": "error" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "fdecampredon.brackets-typescript", | ||
"title": "Brackets TypeScript ", | ||
"description": "Language Support for brackets in typescript", | ||
"homepage": "https://github.com/fdecampredon/brackets-typescript", | ||
"version": "0.1.0", | ||
"author": "François de Campredon <[email protected]> (http://francois.de-campredon.fr)", | ||
"license": "Apache 2.0", | ||
"keywords": ["typescript"], | ||
"engines": { | ||
"brackets": ">=0.34.0" | ||
} | ||
} |