Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 70a0555

Browse files
committed
docs: update versions and links in packages
1 parent d8bcd18 commit 70a0555

9 files changed

Lines changed: 48 additions & 38 deletions

File tree

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "atomix-base",
2+
"extends": "@atomix/eslint-config",
33
"parser": "babel-eslint",
44
"parserOptions": {
55
"ecmaVersion": 2017

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_js:
55
- 6
66
- 7
77
- 8
8+
- 9
89

910
sudo: false
1011

demo

Whitespace-only changes.

license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Atomix Interactions
3+
Copyright (c) 2017-2018 Atomix Interactions
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 30 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"test": "lerna run build && lerna run test"
1717
},
1818
"devDependencies": {
19+
"@atomix/eslint-config": "^6.1.1",
1920
"@ava/babel-preset-stage-4": "^1.1.0",
2021
"ava": "^0.24.0",
2122
"babel-cli": "^6.26.0",
@@ -33,7 +34,6 @@
3334
"coveralls": "^3.0.0",
3435
"cz-customizable": "^5.2.0",
3536
"eslint": "^4.14.0",
36-
"eslint-config-atomix-base": "^5.1.1",
3737
"lerna": "^2.5.1",
3838
"metapak": "0.0.21",
3939
"nodemon": "^1.14.3",

packages/createrest-express/package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,16 @@
1414
"test:code": "NODE_ENV=test nyc ava",
1515
"test:lint": "eslint ./lib"
1616
},
17-
"repository": {
18-
"type": "git",
19-
"url": "git+https://github.com/atomixinteractions/createrest-express.git"
20-
},
21-
"author": "Sergey Sova <i.am@lestad.net> (https://lestad.top)",
22-
"license": "MIT",
2317
"bugs": {
24-
"url": "https://github.com/atomixinteractions/createrest-express/issues"
18+
"url": "https://github.com/atomixinteractions/createrest/issues"
2519
},
20+
"homepage": "https://github.com/atomixinteractions/createrest/tree/master/packages/createrest",
21+
"repository": "https://github.com/atomixinteractions/createrest/tree/master/packages/createrest-koa",
22+
"author": "Sergey Sova <mail@sergeysova.com> (https://sergeysova.com)",
23+
"license": "MIT",
2624
"files": [
2725
"dist"
2826
],
29-
"homepage": "https://github.com/atomixinteractions/createrest-express#readme",
3027
"peerDependencies": {
3128
"createrest": "^0.14.2",
3229
"express": "4.*"

packages/createrest-koa/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@
1515
"test:lint": "eslint ./lib"
1616
},
1717
"keywords": [],
18-
"author": "Sergey Sova <i.am@lestad.net> (https://lestad.top)",
18+
"author": "Sergey Sova <mail@sergeysova.com> (https://sergeysova.com)",
1919
"license": "MIT",
2020
"files": [
2121
"dist"
2222
],
23-
"repository": {
24-
"type": "git",
25-
"url": "git+https://github.com/atomixinteractions/createrest-express.git"
23+
"bugs": {
24+
"url": "https://github.com/atomixinteractions/createrest/issues"
2625
},
26+
"homepage": "https://github.com/atomixinteractions/createrest/tree/master/packages/createrest",
27+
"repository": "https://github.com/atomixinteractions/createrest/tree/master/packages/createrest-koa",
2728
"dependencies": {
2829
"koa-router": "^7.3.0"
2930
},

packages/createrest/package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,13 @@
2727
"dist",
2828
"bin"
2929
],
30-
"repository": {
31-
"type": "git",
32-
"url": "git+https://github.com/atomixinteractions/createrest.git"
33-
},
34-
"author": "Sergey Sova <i.am@lestad.net> (https://lestad.top)",
35-
"license": "MIT",
3630
"bugs": {
3731
"url": "https://github.com/atomixinteractions/createrest/issues"
3832
},
39-
"homepage": "https://github.com/atomixinteractions/createrest#readme",
33+
"homepage": "https://github.com/atomixinteractions/createrest/tree/master/packages/createrest",
34+
"repository": "https://github.com/atomixinteractions/createrest/tree/master/packages/createrest-koa",
35+
"author": "Sergey Sova <mail@sergeysova.com> (https://sergeysova.com)",
36+
"license": "MIT",
4037
"dependencies": {
4138
"chalk": "^2.3.0",
4239
"pluralize": "^7.0.0"

0 commit comments

Comments
 (0)