Skip to content

Commit

Permalink
Add browserify transform to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jemgold committed May 23, 2015
1 parent 841a07a commit 3f6a592
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gss-engine",
"description": "GSS styling engine",
"version": "2.0.0",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "git://github.com/gss/engine.git"
Expand Down Expand Up @@ -41,5 +41,11 @@
"ccss-compiler": "~1.1.2",
"vfl-compiler": "~1.1.3",
"cassowary": "git://github.com/slightlyoff/cassowary.js.git#829729cb602d4a17341b4d1a5dba6767bf1cfd5c"
},
"browserify": {
"name": "gss-engine",
"transform": [
"coffeeify"
]
}
}

0 comments on commit 3f6a592

Please sign in to comment.