-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
amarcruz
committed
Oct 6, 2016
1 parent
3fe8f98
commit 5d92f33
Showing
1 changed file
with
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "jscc", | ||
"version": "0.3.0", | ||
"description": "The JavaScript preprocessor of conditional comments for all types of files.", | ||
"description": "The JavaScript preprocessor for conditional comments and replacements in text files", | ||
"main": "./lib/jscc.js", | ||
"module": "./lib/jscc.es.js", | ||
"jsnext:main": "./lib/jscc.es.js", | ||
|
@@ -28,7 +28,7 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/riot/riot-html-parser" | ||
"url": "https://github.com/aMarCruz/jscc" | ||
}, | ||
"keywords": [ | ||
"html", | ||
|
@@ -40,12 +40,12 @@ | |
"preprocessor" | ||
], | ||
"author": { | ||
"name": "riot", | ||
"name": "aMarCruz", | ||
"email": "[email protected]", | ||
"url": "https://github.com/riot" | ||
"url": "https://github.com/aMarCruz" | ||
}, | ||
"homepage": "https://github.com/riot/riot-html-parser", | ||
"bugs": "https://github.com/riot/riot-html-parser/issues", | ||
"homepage": "https://github.com/aMarCruz/jscc", | ||
"bugs": "https://github.com/aMarCruz/jscc/issues", | ||
"dependencies": { | ||
"magic-string": "^0.16.0" | ||
}, | ||
|