Skip to content

Commit f5e1bd6

Browse files
committed
Use npm rather than git to install the node-owlintuition module. Makes sure all the dependencies are handled correctly.
1 parent 9d1e86f commit f5e1bd6

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "node-owlintuition"]
2-
path = node-owlintuition
3-
url = [email protected]:jeremypoulter/node-owlintuition.git

emonowl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var OWL = require('./node-owlintuition/owl.js');
1+
var OWL = require('node-owlintuition');
22
var util = require('util');
33
var http = require('http');
44
var url = require('url');

node-owlintuition

-1
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"homepage": "https://github.com/jeremypoulter/emonOwl#readme",
2525
"dependencies": {
2626
"config": "^1.14.0",
27+
"owlintuition": "git+https://github.com/jeremypoulter/node-owlintuition.git",
2728
"xml2json": "^0.7.1"
2829
}
2930
}
30-

0 commit comments

Comments
 (0)