diff --git a/.gitignore b/.gitignore index d821113..807e3b1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,5 @@ /out/ /.idea/ *.gclient -/node_modules/ *.gclient_entries /cmake-build-debug/ diff --git a/index.js b/index.js deleted file mode 100644 index 4f1dfb4..0000000 --- a/index.js +++ /dev/null @@ -1 +0,0 @@ -console.log(require('path').relative('.', __dirname)); diff --git a/package.json b/package.json deleted file mode 100644 index 309ad8e..0000000 --- a/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "libwebrtc-src", - "version": "0.0.1-rc.4", - "description": "libwebrtc source code", - "main": "index.js", - "config": { - "filename": "libwebrtc-{VERSION}-{PLATFORM}-{ARCH}", - "url": "https://github.com/aisouard/libwebrtc/releases/download" - }, - "scripts": { - "install": "node index.js", - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/aisouard/libwebrtc" - }, - "author": "Axel Isouard ", - "license": "MIT", - "dependencies": { - "download": "^5.0.2", - "fs-extra": "^0.30.0", - "npm": "^3.10.8" - } -}