Skip to content

Commit

Permalink
Clean up unused files and asjust package.json content
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Mar 15, 2021
1 parent dc6fd88 commit 607f641
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 431 deletions.
Binary file removed logo.png
Binary file not shown.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"test": "jest \"(.*)\\.spec\\.ts\" --coverage --coverageReporters=text-lcov | coveralls"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.2.0",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
Expand All @@ -31,9 +30,6 @@
"jest-leak-detector": "~26.6.2",
"lerna": "^3.22.1",
"rimraf": "^3.0.2",
"rollup": "~2.39.0",
"rollup-plugin-terser": "~7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^26.5.1",
"tslib": "^2.1.0",
"typescript": "^4.1.5",
Expand Down
17 changes: 3 additions & 14 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iniettore/common",
"version": "3.0.0-RC1",
"description": "A light and simple IoC container",
"description": "Iniettore common library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -13,18 +13,7 @@
"LICENSE",
"README.md"
],
"keywords": [
"architecture",
"clean",
"container",
"dependency",
"di",
"injection",
"inversion",
"ioc",
"solid",
"typescript"
],
"keywords": [],
"engines": {
"node": ">=12"
},
Expand All @@ -35,7 +24,7 @@
"bugs": {
"url": "https://github.com/cesarenaldi/iniettore/issues"
},
"homepage": "https://github.com/cesarenaldi/iniettore.git",
"homepage": "https://github.com/cesarenaldi/iniettore/tree/master/packages/common#readme",
"repository": {
"type": "git",
"url": "https://github.com/cesarenaldi/iniettore.git",
Expand Down
25 changes: 0 additions & 25 deletions packages/common/rollup.config.js

This file was deleted.

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iniettore/core",
"version": "3.0.0-RC1",
"description": "A light and simple IoC container",
"description": "Minimalistic Dependency Injection Container",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"bugs": {
"url": "https://github.com/cesarenaldi/iniettore/issues"
},
"homepage": "https://github.com/cesarenaldi/iniettore.git",
"homepage": "https://github.com/cesarenaldi/iniettore/tree/master/packages/core#readme",
"repository": {
"type": "git",
"url": "https://github.com/cesarenaldi/iniettore.git",
Expand Down
31 changes: 0 additions & 31 deletions packages/core/rollup.config.js

This file was deleted.

9 changes: 0 additions & 9 deletions packages/inception/LICENSE

This file was deleted.

11 changes: 0 additions & 11 deletions packages/inception/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions packages/inception/__tests__/children.spec.ts

This file was deleted.

51 changes: 0 additions & 51 deletions packages/inception/package.json

This file was deleted.

25 changes: 0 additions & 25 deletions packages/inception/rollup.config.js

This file was deleted.

10 changes: 0 additions & 10 deletions packages/inception/src/index.ts

This file was deleted.

18 changes: 0 additions & 18 deletions packages/inception/tsconfig.build.json

This file was deleted.

7 changes: 0 additions & 7 deletions packages/inception/tsconfig.json

This file was deleted.

6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"typescript"
],
"author": "Cesare Naldi <naldi.cesare@gmail.com>",
"homepage": "https://github.com/cesarenaldi/iniettore#readme",
"homepage": "https://github.com/cesarenaldi/iniettore/tree/master/packages/react#readme",
"license": "ISC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -29,8 +29,8 @@
},
"files": [
"dist",
"README.md",
"LICENSE"
"LICENSE",
"README.md"
],
"publishConfig": {
"registry": "https://registry.yarnpkg.com"
Expand Down
31 changes: 0 additions & 31 deletions packages/react/rollup.config.js

This file was deleted.

45 changes: 0 additions & 45 deletions rollup.config.js

This file was deleted.

0 comments on commit 607f641

Please sign in to comment.