generator-mnm 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -7
package/package.json CHANGED
@@ -1,15 +1,11 @@
1
1
  {
2
2
  "name": "generator-mnm",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Create node modules writing ES6 today compiled with Babel, tested with ava and linted with standard on top of npm scripts Create node modules with es6, test with tape on top of npm scripts",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
- "repository": "maurizzzio/generator-mnm",
8
- "author": {
9
- "name": "Mauricio Poppe",
10
- "email": "mauricio.poppe@gmail.com",
11
- "url": "https://github.com/maurizzzio"
12
- },
7
+ "repository": "mauriciopoppe/generator-mnm",
8
+ "author": "Mauricio Poppe (https://mauriciopoppe.com)",
13
9
  "engines": {
14
10
  "node": ">=4"
15
11
  },