marmot-logo
Advanced tools
Comparing version 1.2.1 to 1.2.4
{ | ||
"name": "marmot-logo", | ||
"version": "1.2.1", | ||
"version": "1.2.4", | ||
"description": "marmot logo", | ||
@@ -10,5 +10,31 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git@github.com:marmot-hq/marmot-logo.git" | ||
"url": "git@github.com:MarmotHQ/marmot-logo.git" | ||
}, | ||
"license": "MIT" | ||
"scripts": { | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add . && git commit -m 'doc: update changelog'", | ||
"init-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
"preversion": "npm run changelog", | ||
"prepublishOnly": "np --yolo --no-publish" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --fix", | ||
"git add" | ||
] | ||
}, | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"conventional-changelog": "^3.0.5", | ||
"husky": "^1.3.1", | ||
"lint-staged": "^8.1.1", | ||
"np": "^4.0.2" | ||
} | ||
} |
# marmot-logo | ||
[![NPM version][npm-image]][npm-url] | ||
[![npm download][download-image]][download-url] | ||
[npm-image]: https://img.shields.io/npm/v/marmot-logo.svg?style=flat-square | ||
[npm-url]: https://npmjs.org/package/marmot-logo | ||
[download-image]: https://img.shields.io/npm/dm/marmot-logo.svg?style=flat-square | ||
[download-url]: https://npmjs.org/package/marmot-logo | ||
--- | ||
- unpkg https://unpkg.com/marmot-logo/materials/ | ||
cdn: [//npmcdn.com/marmot-logo@latest/materials/boat.svg](//npmcdn.com/marmot-logo@latest/materials/boat.svg) | ||
## License | ||
[MIT](LICENSE) |
Sorry, the diff of this file is not supported yet
1207320
15
4
13