readme-inject
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "readme-inject", | ||
"version": "1.0.3", | ||
"description": "Inject markdown into your readme file", | ||
"version": "1.0.4", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"description": "Inject markdown snippets into your readme", | ||
"scripts": { | ||
"test": "tap -R spec src/test/*.js", | ||
"pub": "npm publish && npm run push", | ||
"push": "git add --all && git commit && git push -u origin master" | ||
"babel": "babel src -d lib", | ||
"test": "ava lib/test/*.js", | ||
"readme": "standard-readme", | ||
"lint": "eslint" | ||
}, | ||
@@ -17,12 +19,50 @@ "repository": { | ||
"readme-inject", | ||
"inject-readme", | ||
"readme", | ||
"inject" | ||
"inject", | ||
"inject-markdown", | ||
"append-markdown", | ||
"append-readme", | ||
"markdown", | ||
"md" | ||
], | ||
"author": "mrzmmr", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/mrzmmr/readme-inject/issues" | ||
}, | ||
"homepage": "https://github.com/mrzmmr/readme-inject#readme" | ||
"homepage": "https://github.com/mrzmmr/readme-inject#readme", | ||
"eslintConfig": { | ||
"env": { | ||
"node": true | ||
}, | ||
"extends": "standard", | ||
"plugins": [ | ||
"standard", | ||
"promise" | ||
] | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"env" | ||
] | ||
}, | ||
"ava": { | ||
"files": [ | ||
"lib/test/*.js" | ||
], | ||
"failFast": true, | ||
"tap": true, | ||
"babel": "inherit" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.17.0", | ||
"babel-cli": "^6.22.2", | ||
"babel-eslint": "^7.1.1", | ||
"babel-preset-env": "^1.1.8", | ||
"babili": "0.0.10", | ||
"eslint": "^3.14.0", | ||
"eslint-config-standard": "^6.2.1", | ||
"eslint-plugin-promise": "^3.4.0", | ||
"eslint-plugin-standard": "^2.0.1", | ||
"standard-readme": "^1.0.26" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
![banner](./src/img/banner.png) | ||
![banner](src/img/banner.png) | ||
=== | ||
@@ -15,2 +15,3 @@ | ||
- [Usage](#usage) | ||
- [Contribute](#contribute) | ||
- [License](#license) | ||
@@ -28,4 +29,8 @@ | ||
## Contribute | ||
PRs accepted. | ||
## License | ||
MIT © mrzmmr |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8
35
18366
10