Skip to content

Commit

Permalink
Update dependensies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pkv committed Jun 18, 2017
1 parent eee361e commit ac1727a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
# Local files
npm-debug.log
/test.js
test/all.browserify
/.namespace.json
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
var root = require('oktopost-namespace').dynamic(__dirname);
var root = require('oktopost-namespace').virtual(__dirname);
module.exports = root.Plankton.foreach;
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oktopost-plankton-foreach",
"version": "1.0.0",
"version": "1.1.0",
"description": "A forEach loop",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"mocha": "^3.2.0"
},
"dependencies": {
"oktopost-plankton-is": "https://github.com/Oktopost/plankton-is.git#f45ca73",
"oktopost-plankton-obj": "https://github.com/Oktopost/plankton-obj.git#f8dc626",
"oktopost-plankton-array": "https://github.com/Oktopost/plankton-array.git#42db650",
"oktopost-namespace": "https://github.com/Oktopost/namespace.git#32d6f41"
"oktopost-plankton-is": "^1.1.0",
"oktopost-plankton-obj": "^1.1.0",
"oktopost-plankton-array": "^1.1.0",
"oktopost-namespace": "^2.0.0"
}
}

0 comments on commit ac1727a

Please sign in to comment.