1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 17:48:07 +02:00

Remove ShellJS copy and use the NPM version

There is no need to have a copy of ShellJS in the repository as it is also available on NPM. The NPM version is also much newer. This way we do not have to update this anymore and let NPM do that automatically.
This commit is contained in:
Tim van der Meij 2015-04-04 19:24:06 +02:00
parent d156007804
commit 70b6eb09a8
9 changed files with 10 additions and 2503 deletions

View file

@ -5,7 +5,7 @@
'use strict';
require('../shelljs/make');
require('shelljs/make');
var fs = require('fs'),
path = require('path'),
vm = require('vm');