Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
rename packages, bump versions, add .gitignore, remove coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed May 19, 2020
1 parent ecef835 commit e757465
Show file tree
Hide file tree
Showing 17 changed files with 11 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
package-lock.json
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"packages": [
"packages/*"
],
"version": "1.1.1"
"packages": ["packages/*"],
"version": "2.0.0"
}
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/config-nyc",
"version": "1.1.1",
"name": "@ethereumjs/config-coverage",
"version": "2.0.0",
"main": "nyc.json",
"license": "MIT",
"repository": "git@github.com:ethereumjs/ethereumjs-config.git",
Expand All @@ -10,8 +10,7 @@
"cli"
],
"bin": {
"ethereumjs-config-coverage": "./cli/coverage.sh",
"ethereumjs-config-coveralls": "./cli/coveralls.sh"
"ethereumjs-config-coverage": "./cli/coverage.sh"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 0 additions & 3 deletions packages/ethereumjs-config-nyc/cli/coveralls.sh

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/config-prettier",
"version": "1.1.1",
"name": "@ethereumjs/config-format",
"version": "2.0.0",
"main": "prettier.json",
"license": "MIT",
"repository": "git@github.com:ethereumjs/ethereumjs-config.git",
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/config-tsc",
"version": "1.1.1",
"name": "@ethereumjs/config-typescript",
"version": "2.0.0",
"main": "tsconfig.json",
"license": "MIT",
"repository": "git@github.com:ethereumjs/ethereumjs-config.git",
Expand Down

0 comments on commit e757465

Please sign in to comment.