Skip to content

Commit

Permalink
move to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
pemrouz committed Jul 27, 2015
1 parent f0001c9 commit 9cfba46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var datum = require('datum')
, key = require('key')
var datum = require('utilise.datum')
, key = require('utilise.key')

module.exports = from
from.parent = fromParent
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "from",
"name": "utilise.from",
"version": "0.0.0",
"main": "index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"mocha-lcov-reporter": "0.0.2"
},
"dependencies": {
"datum": "git+https://github.com/utilise/datum.git",
"key": "git+https://github.com/utilise/key.git"
"utilise.datum": "*",
"utilise.key": "*"
}
}

0 comments on commit 9cfba46

Please sign in to comment.