Skip to content

Commit

Permalink
rename to upgradeability-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
maraoz authored and Santiago Palladino committed Jul 31, 2018
1 parent fe06ec3 commit 7f02b52
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "zos-core",
"version": "0.0.2",
"description": "zeppelin_os core",
"name": "zos-upgradeability",
"version": "0.0.1",
"description": "zeppelin_os upgradeability library",
"scripts": {
"test": "scripts/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeppelinos/core.git"
"url": "git+https://github.com/zeppelinos/upgradeability-lib.git"
},
"keywords": [
"zeppelin_os",
Expand All @@ -20,12 +20,12 @@
"proxy",
"evm"
],
"author": "Manuel Araoz <manuel@zeppelin.solutions>",
"author": "Manuel Araoz <manuel@zeppelinos.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeppelinos/core/issues"
"url": "https://github.com/zeppelinos/upgradeability-lib/issues"
},
"homepage": "https://github.com/zeppelinos/core#readme",
"homepage": "https://github.com/zeppelinos/upgradeability-lib#readme",
"devDependencies": {
"coveralls": "^3.0.0",
"ethereumjs-abi": "^0.6.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# zOS core
# zOS Upgradeability Library

[![Build Status](https://travis-ci.org/zeppelinos/core.svg?branch=master)](https://travis-ci.org/zeppelinos/core)
[![Coverage Status](https://coveralls.io/repos/github/zeppelinos/core/badge.svg?branch=master)](https://coveralls.io/github/zeppelinos/core?branch=master)
[![Build Status](https://travis-ci.org/zeppelinos/upgradeability-lib.svg?branch=master)](https://travis-ci.org/zeppelinos/upgradeability-lib)
[![Coverage Status](https://coveralls.io/repos/github/zeppelinos/upgradeability-lib/badge.svg?branch=master)](https://coveralls.io/github/zeppelinos/upgradeability-lib?branch=master)

:warning: **Under heavy development: do not use in production**

0 comments on commit 7f02b52

Please sign in to comment.