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 4226a91 commit 8146d2d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions index.js
@@ -1,7 +1,7 @@
var is = require('is')
, not = require('not')
, keys = require('keys')
, copy = require('copy')
var is = require('utilise.is')
, not = require('utilise.not')
, keys = require('utilise.keys')
, copy = require('utilise.copy')

module.exports = function extend(to){
return function(from){
Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,5 +1,5 @@
{
"name": "extend",
"name": "utilise.extend",
"version": "0.0.0",
"main": "index.js",
"scripts": {
Expand All @@ -16,9 +16,9 @@
"mocha-lcov-reporter": "0.0.2"
},
"dependencies": {
"copy": "git+https://github.com/utilise/copy.git",
"is": "git+https://github.com/utilise/is.git",
"keys": "git+https://github.com/utilise/keys.git",
"not": "git+https://github.com/utilise/not.git"
"utilise.copy": "*",
"utilise.is": "*",
"utilise.keys": "*",
"utilise.not": "*"
}
}

0 comments on commit 8146d2d

Please sign in to comment.