Browse Source

Switch packages licenses to MPL v2, add AVA to start test implementation

v5.0.0-beta
Eli Perelman 8 years ago
parent
commit
e1ee6267b1
  1. 2
      packages/neutrino-middleware-banner/package.json
  2. 2
      packages/neutrino-middleware-chunk/package.json
  3. 2
      packages/neutrino-middleware-clean/package.json
  4. 2
      packages/neutrino-middleware-compile-loader/package.json
  5. 2
      packages/neutrino-middleware-copy/package.json
  6. 2
      packages/neutrino-middleware-env/package.json
  7. 2
      packages/neutrino-middleware-eslint/package.json
  8. 2
      packages/neutrino-middleware-font-loader/package.json
  9. 2
      packages/neutrino-middleware-hot/package.json
  10. 2
      packages/neutrino-middleware-html-loader/package.json
  11. 2
      packages/neutrino-middleware-html-template/package.json
  12. 2
      packages/neutrino-middleware-image-loader/package.json
  13. 2
      packages/neutrino-middleware-minify/package.json
  14. 2
      packages/neutrino-middleware-progress/package.json
  15. 2
      packages/neutrino-middleware-style-loader/package.json
  16. 10
      packages/neutrino/package.json
  17. 1532
      packages/neutrino/yarn.lock

2
packages/neutrino-middleware-banner/package.json

@ -9,7 +9,7 @@
"banner"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MIT",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",

2
packages/neutrino-middleware-chunk/package.json

@ -9,7 +9,7 @@
"chunk"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MIT",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",

2
packages/neutrino-middleware-clean/package.json

@ -9,7 +9,7 @@
"clean"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MIT",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",

2
packages/neutrino-middleware-compile-loader/package.json

@ -10,7 +10,7 @@
"babel"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MIT",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",

2
packages/neutrino-middleware-copy/package.json

@ -10,7 +10,7 @@
"copying"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MIT",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",

2
packages/neutrino-middleware-env/package.json

@ -11,7 +11,7 @@
"variables"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MIT",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",

2
packages/neutrino-middleware-eslint/package.json

@ -10,7 +10,7 @@
"eslint"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MIT",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",

2
packages/neutrino-middleware-font-loader/package.json

@ -9,7 +9,7 @@
"font"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MIT",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",

2
packages/neutrino-middleware-hot/package.json

@ -12,7 +12,7 @@
"replacement"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MIT",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",

2
packages/neutrino-middleware-html-loader/package.json

@ -9,7 +9,7 @@
"html"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MIT",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",

2
packages/neutrino-middleware-html-template/package.json

@ -10,7 +10,7 @@
"template"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MIT",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",

2
packages/neutrino-middleware-image-loader/package.json

@ -9,7 +9,7 @@
"image"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MIT",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",

2
packages/neutrino-middleware-minify/package.json

@ -11,7 +11,7 @@
"compress"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MIT",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",

2
packages/neutrino-middleware-progress/package.json

@ -10,7 +10,7 @@
"bar"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MIT",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",

2
packages/neutrino-middleware-style-loader/package.json

@ -11,7 +11,7 @@
"stylesheet"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MIT",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",

10
packages/neutrino/package.json

@ -16,6 +16,11 @@
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
"scripts": {
"test": "ava test"
},
"dependencies": {
"ora": "^1.1.0",
"webpack": "^2.2.1",
@ -23,6 +28,7 @@
"webpack-dev-server": "^2.4.1",
"yargs": "^6.6.0"
},
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues"
"devDependencies": {
"ava": "^0.18.2"
}
}

1532
packages/neutrino/yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save