Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Clean up ovrui package.json
Browse files Browse the repository at this point in the history
Summary: No longer need package-specific deps for eslint, prettier, jest, etc. Updated the package to point to the React VR repo.

Reviewed By: amberroy

Differential Revision: D4940406

fbshipit-source-id: 13f93a4
  • Loading branch information
andrewimm authored and facebook-github-bot committed Apr 24, 2017
1 parent 3cf6f97 commit 27c3d32
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions OVRUI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/oculusvr/ovrui.git"
"url": "https://github.com/facebook/react-vr.git"
},
"bugs": "https://github.com/oculusvr/ovrui/issues",
"bugs": "https://github.com/facebook/react-vr/issues",
"files": [
"index.js",
"LICENSE",
Expand All @@ -19,19 +19,10 @@
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-eslint": "^7.0.0",
"babel-jest": "^19.0.0",
"babel-plugin-external-helpers": "^6.8.0",
"babel-preset-babili": "0.0.2",
"babel-preset-es2015": "^6.14.0",
"babel-preset-flow": "^6.23.0",
"eslint": "^3.8.1",
"eslint-config-fbjs": "^1.1.1",
"eslint-config-prettier": "^1.6.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flowtype": "^2.23.1",
"eslint-plugin-prettier": "^2.0.1",
"eslint-plugin-react": "^6.4.1",
"jest": "^19.0.2",
"rollup": "^0.34.13",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-replace": "^1.1.1",
Expand All @@ -42,9 +33,7 @@
"dist": "rollup -c && babel dist/ovrui.js -o dist/ovrui.min.js --presets=babili --no-babelrc",
"build": "npm run lib && npm run dist && node prepend_license.js && echo 'Packaging complete.'",
"prepublishOnly": "npm run build",
"watch": "rollup -c --watch",
"test": "jest",
"lint": "eslint src"
"watch": "rollup -c --watch"
},
"dependencies": {
"three": "^0.80.1"
Expand Down

0 comments on commit 27c3d32

Please sign in to comment.