Skip to content

Commit

Permalink
v0.3.0 npm
Browse files Browse the repository at this point in the history
  • Loading branch information
amarcruz committed Oct 6, 2016
1 parent 3fe8f98 commit 5d92f33
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
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",
Expand All @@ -28,7 +28,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/riot/riot-html-parser"
"url": "https://github.com/aMarCruz/jscc"
},
"keywords": [
"html",
Expand All @@ -40,12 +40,12 @@
"preprocessor"
],
"author": {
"name": "riot",
"name": "aMarCruz",
"email": "amarcruzbox-git@yahoo.com",
"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"
},
Expand Down

0 comments on commit 5d92f33

Please sign in to comment.