Skip to content

Commit

Permalink
Renamed src back to js to keep closer to original repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
andyinabox committed Jan 24, 2016
1 parent f716c67 commit f867652
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/browserify/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var clmtrackr = require('../../src/index.js');
var clmtrackr = require('../../js/index.js');
var model = require('../../models/model_pca_20_svm.json');
var videoGrabber = require('./videoGrabber.js');
var raf = require('raf');
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.1",
"description": "Javascript library for precise tracking of facial features via Constrained Local Models",
"scripts": {
"build": "browserify src/index.js -s clm -o ./clmtrackr.js; uglifyjs ./clmtrackr.js -m -r 'clm,clmtrackr' -o ./clmtrackr.min.js"
"build": "browserify js/index.js -s clm -o ./clmtrackr.js; uglifyjs ./clmtrackr.js -m -r 'clm,clmtrackr' -o ./clmtrackr.min.js"
},
"main": "src/index.js",
"main": "js/index.js",
"repository": {
"type": "git",
"url": "https://github.com/auduno/clmtrackr.git"
Expand Down

0 comments on commit f867652

Please sign in to comment.