Comparing version 1.0.6 to 1.1.0
{ | ||
"name": "isj", | ||
"version": "1.0.6", | ||
"description": "Electronic businesscard for Igor Szyporyn Jørgensen", | ||
"version": "1.1.0", | ||
"description": "Igor Szyporyn Jørgensen", | ||
"keywords": [ | ||
"awesome", | ||
"compatible" | ||
], | ||
"main": "bin/card.js", | ||
@@ -12,6 +16,16 @@ "bin": { | ||
"build": "npm run build:pre && tsc", | ||
"release": "npm version patch && npm run build && npm publish", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"github:release": "git push origin && git push origin --tags", | ||
"github:commit-changelog": "git add CHANGELOG.md && git commit -m \"updated CHANGELOG.md\"", | ||
"changelog:major": "npm run changelog:clean && changelog -M && npm run github:commit-changelog", | ||
"changelog:minor": "npm run changelog:clean && changelog -m && npm run github:commit-changelog", | ||
"changelog:patch": "npm run changelog:clean && changelog -p && npm run github:commit-changelog", | ||
"changelog:clean": "rimraf CHANGELOG.md", | ||
"release:major": "npm run changelog:major && npm version major && npm run github:release && npm run build && npm publish", | ||
"release:minor": "npm run changelog:minor && npm version minor && npm run github:release && npm run build && npm publish", | ||
"release:patch": "npm run changelog:patch && npm version patch && npm run github:release && npm run build && npm publish" | ||
}, | ||
"author": "Igor Szyporyn Jørgensen", | ||
"author": { | ||
"name": "Igor Szyporyn", | ||
"email": "igor.szyporyn@gmail.com" | ||
}, | ||
"license": "ISC", | ||
@@ -23,2 +37,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"generate-changelog": "^1.8.0", | ||
"rimraf": "^3.0.2", | ||
@@ -25,0 +40,0 @@ "typescript": "^3.9.7" |
@@ -1,7 +0,45 @@ | ||
# Electronic businesscard for Igor Szyporyn Jørgensen | ||
<div> | ||
<p> </p> | ||
<p> </p> | ||
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/IgorSzyporyn/businesscard/master/assets/avatar.png" alt="Igor Szyporyn Jørgensen" title="Igor Szyporyn Jørgensen" /> | ||
</p> | ||
<div align="center"> | ||
Igor Szyporyn Jørgensen | ||
</div> | ||
<div align="center"> | ||
Senior Front End Developer | ||
</div> | ||
<p> </p> | ||
<p align="center"> | ||
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" title="Javascript"><img src="https://raw.githubusercontent.com/IgorSzyporyn/businesscard/master/assets/logo-javascript.png" alt="javascript" /></a> | ||
<a href="https://www.typescriptlang.org/" title="Typescript"><img src="https://raw.githubusercontent.com/IgorSzyporyn/businesscard/master/assets/logo-typescript.png" alt="typescript" /></a> | ||
<a href="https://nodejs.org/en/" title="NodeJS"><img src="https://raw.githubusercontent.com/IgorSzyporyn/businesscard/master/assets/logo-nodejs.png" alt="nodejs" /></a> | ||
<a href="https://reactjs.org/" title="React"><img src="https://raw.githubusercontent.com/IgorSzyporyn/businesscard/master/assets/logo-react.png" alt="react" /></a> | ||
<a href="https://www.sencha.com/products/extjs/" title="Sencha ExtJS"><img src="https://raw.githubusercontent.com/IgorSzyporyn/businesscard/master/assets/logo-sencha-extjs.png" alt="sencha extjs" /></a> | ||
</p> | ||
</div> | ||
## Usage | ||
<p> </p> | ||
## Online Businesscard | ||
```js | ||
$ npx isj | ||
``` | ||
``` | ||
<p> </p> | ||
## Quick Links About Me | ||
- My best online read ever: [More Padding, Please!](https://medium.com/wayfair-design/more-padding-please-b95e19422acc) | ||
I wanted to hug the author after reading. | ||
- My most useful site(s): [Google](https://www.google.com/) & [Typescript React Cheat Sheet](https://www.saltycrane.com/cheat-sheets/typescript/react/latest/) | ||
Wanted to have only one - but then it would just be google.com, and I have to admit that I use google a lot - why should I spend time solving a problem someone has already encountered before, and probably solved. | ||
- My favorite NPM package: [storybook](https://www.npmjs.com/package/storybook) | ||
I just love this tool! |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
61519
12
1
46
3