Skip to content

Commit

Permalink
Bump version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbraden committed Sep 22, 2015
1 parent cbaff9a commit 6273a98
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js

node_js:
- '0.10'
- '0.11'
- '0.12'
- "iojs-v1.0.4"

Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
VERSION := $(shell node -e "console.log(require('./package.json').version)")

.PHONY: default release smoke

test:
npm test
.PHONY: test

smoke:
npm install --build-from-source
node smoke/smoketest.js
npm test
.PHONY: smoke


release:
Expand All @@ -32,3 +32,4 @@ release:

@echo "Publishing to NPM"
@npm publish
.PHONY: release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ detection. This can be used for face detection etc.
mat.detectObject(haar_cascade_xml, opts, function(err, matches){})
```

For convenience in face recognition, cv.FACE_CASCADE is a cascade that can be used for frontal face recognition.
For convenience in face detection, cv.FACE_CASCADE is a cascade that can be used for frontal face detection.

Also:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"url": "https://github.com/peterbraden/node-opencv.git"
},
"engines": {
"node": ">=0.10"
"node": ">=0.12"
},
"binary": {
"module_name": "opencv",
Expand Down

0 comments on commit 6273a98

Please sign in to comment.