Skip to content

Commit

Permalink
Update package name and reset to version 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parshap committed May 18, 2017
1 parent c0fb559 commit c1ae3be
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "node-libs-browser",
"version": "2.0.0",
"name": "node-libs-react-native",
"version": "0.0.0",
"author": "Tobias Koppers @sokra",
"description": "The node core libs for in browser usage.",
"description": "Node core modules for React Ntaive",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack/node-libs-browser.git"
"url": "git+https://github.com/parshap/node-libs-react-native.git"
},
"dependencies": {
"assert": "^1.4.1",
Expand All @@ -31,17 +31,17 @@
"url": "^0.11.0",
"util": "^0.10.3"
},
"homepage": "http://github.com/webpack/node-libs-browser",
"homepage": "http://github.com/parshap/node-libs-react-native",
"main": "index.js",
"files": [
"index.js",
"mock/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node index.js"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/webpack/node-libs-browser/issues"
"url": "https://github.com/parshap/node-libs-react-native/issues"
}
}

0 comments on commit c1ae3be

Please sign in to comment.