metapak-sencrop
Advanced tools
Comparing version 1.1.1 to 2.0.0
@@ -0,1 +1,18 @@ | ||
<a name="2.0.0"></a> | ||
# [2.0.0](https://github.com/sencrop/metapak-sencrop/compare/v1.1.1...v2.0.0) (2017-10-12) | ||
### Bug Fixes | ||
* **License:** Fix license link in the Readme ([2335614](https://github.com/sencrop/metapak-sencrop/commit/2335614)) | ||
* **Tests config:** Ensure to really use the Jest config ([96a5a2c](https://github.com/sencrop/metapak-sencrop/commit/96a5a2c)) | ||
### Features | ||
* **Main:** Avoid setting up dist file folder in the main config ([00f4eae](https://github.com/sencrop/metapak-sencrop/commit/00f4eae)) | ||
* **OSS config:** Add a config for our OSS projects ([a82fa36](https://github.com/sencrop/metapak-sencrop/commit/a82fa36)) | ||
<a name="1.1.1"></a> | ||
@@ -2,0 +19,0 @@ ## [1.1.1](https://github.com/sencrop/metapak-sencrop/compare/v1.1.0...v1.1.1) (2017-07-27) |
@@ -7,2 +7,21 @@ <!-- | ||
Copyright Sencrop. All rights reserved. | ||
The MIT License (MIT) | ||
Copyright © Sencrop SAS | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the “Software”), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
{ | ||
"name": "metapak-sencrop", | ||
"version": "1.1.1", | ||
"version": "2.0.0", | ||
"description": "A `metapak` plugin for Sencrop projects", | ||
@@ -10,3 +10,4 @@ "main": "index.js", | ||
"tests", | ||
"readme" | ||
"readme", | ||
"oss" | ||
], | ||
@@ -20,3 +21,3 @@ "data": { | ||
"cli": "env NODE_ENV=${NODE_ENV:-cli}", | ||
"cover": "jest --coverage", | ||
"cover": "jest --config=.jest.config.js --coverage", | ||
"cz": "env NODE_ENV=${NODE_ENV:-cli} git cz", | ||
@@ -27,3 +28,3 @@ "lint": "eslint src/**/*.js", | ||
"preversion": "npm t && npm run lint", | ||
"test": "jest", | ||
"test": "jest --config=.jest.config.js", | ||
"version": "npm run changelog && git add CHANGELOG.md" | ||
@@ -39,3 +40,3 @@ }, | ||
"author": "Nicolas Froidure (Sencrop)", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -42,0 +43,0 @@ "url": "https://github.com/sencrop/metapak-sencrop/issues" |
@@ -42,2 +42,2 @@ <!-- | ||
# License | ||
[SEE LICENSE IN LICENSE.md](https://github.com/nfroidure/metapak-sencrop/blob/master/LICENSE.md) | ||
[MIT](https://github.com/sencrop/metapak-sencrop/blob/master/LICENSE.md) |
@@ -13,3 +13,2 @@ 'use strict'; | ||
// I mostly publish under MIT license, let's default to it | ||
packageConf.license = 'SEE LICENSE IN LICENSE.md'; | ||
@@ -16,0 +15,0 @@ |
'use strict'; | ||
const path = require('path'); | ||
const USERNAME = 'nfroidure'; | ||
const ORGANISATION_NAME = 'sencrop'; | ||
@@ -22,3 +22,3 @@ module.exports = (file, packageConf, { PROJECT_DIR, glob, fs, log }) => { | ||
'[' + packageConf.license + '](https://github.com/' + | ||
USERNAME + '/' + packageConf.name + '/blob/master/LICENSE.md)\n'; | ||
ORGANISATION_NAME + '/' + packageConf.name + '/blob/master/LICENSE.md)\n'; | ||
return file; | ||
@@ -25,0 +25,0 @@ }); |
@@ -6,4 +6,4 @@ 'use strict'; | ||
packageConf.scripts = packageConf.scripts || {}; | ||
packageConf.scripts.test = 'jest'; | ||
packageConf.scripts.cover = 'jest --coverage'; | ||
packageConf.scripts.test = 'jest --config=.jest.config.js'; | ||
packageConf.scripts.cover = 'jest --config=.jest.config.js --coverage'; | ||
packageConf.scripts.preversion = ( | ||
@@ -10,0 +10,0 @@ packageConf.scripts.preversion ? |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
35941
56
1
0
587