Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriceButler committed Aug 28, 2014
1 parent cd243be commit 52d5bd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rawify",
"version": "0.0.4",
"version": "1.0.0",
"description": "Browserify transform to return the raw file contents if a file with extention is required",
"main": "index.js",
"scripts": {
Expand All @@ -18,10 +18,10 @@
],
"author": "maurice butler <maurice.butler@gmail.com>",
"license": "MIT",
"devDependencies" : {
"tape" : "1.1.x"
"devDependencies": {
"tape": "1.1.x"
},
"dependencies" : {
"through" : "2.3.x"
"dependencies": {
"through": "2.3.x"
}
}

0 comments on commit 52d5bd6

Please sign in to comment.