Rename to sra-api

This commit is contained in:
fragosti
2018-07-26 14:52:23 -07:00
parent 4fe410a277
commit efa67d87aa
9 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
## @0xproject/sra
## @0xproject/sra-api
Contains the Standard Relayer API swagger spec and publishes the client libs.
Contains the Standard Relayer API swagger spec.
## Installation
@@ -29,13 +29,13 @@ yarn install
To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory:
```bash
PKG=@0xproject/sra yarn build
PKG=@0xproject/sra-api yarn build
```
Or continuously rebuild on change:
```bash
PKG=@0xproject/sra yarn watch
PKG=@0xproject/sra-api yarn watch
```
### Clean

View File

@@ -1,5 +1,5 @@
{
"name": "@0xproject/sra",
"name": "@0xproject/sra-api",
"version": "0.0.1",
"engines": {
"node": ">=6.12"
@@ -14,7 +14,8 @@
"test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",
"coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
"test:circleci": "yarn test:coverage",
"run_mocha": "mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js --exit",
"run_mocha":
"mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js --exit",
"clean": "shx rm -rf lib test_temp scripts",
"build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts"
},
@@ -27,7 +28,7 @@
"bugs": {
"url": "https://github.com/0xProject/0x-monorepo/issues"
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sra/README.md",
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-api/README.md",
"dependencies": {},
"devDependencies": {
"@0xproject/tslint-config": "^1.0.4",