Skip to content

Commit

Permalink
Bumped package version and added
Browse files Browse the repository at this point in the history
> source-map@0.1.3 test /home/todd/github/source-map
> node test/run-tests.js

..................................
34 / 34 tests passed. functionality
  • Loading branch information
twolfson committed Oct 9, 2012
1 parent 3432223 commit f86a393
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "source-map",
"description": "Generates and consumes source maps",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/mozilla/source-map",
"author": "Nick Fitzgerald <nfitzgerald@mozilla.com>",
"contributors": [ ],
Expand All @@ -17,5 +17,8 @@
],
"dependencies": {
"requirejs": "==0.26.0"
},
"scripts": {
"test": "node test/run-tests.js"
}
}

0 comments on commit f86a393

Please sign in to comment.