brainly-style-guide
Advanced tools
Comparing version 156.0.0 to 156.0.1
{ | ||
"name": "brainly-style-guide", | ||
"version": "156.0.0", | ||
"version": "156.0.1", | ||
"description": "Brainly Front-End Style Guide", | ||
"repository": "https://github.com/brainly/style-guide.git", | ||
"author": "Brainly Team", | ||
"license": "MIT", | ||
"module": "build/index.js", | ||
"files": ["src/", "build/"], | ||
"license": "GPLv3", | ||
"module": "esm/index.js", | ||
"main": "commonjs/index.js", | ||
"files": [ | ||
"src/", | ||
"esm/", | ||
"commonjs/" | ||
], | ||
"devDependencies": { | ||
@@ -23,2 +28,3 @@ "@babel/cli": "^7.8.3", | ||
"babel-loader": "^8.0.5", | ||
"concurrently": "^5.0.2", | ||
"css-loader": "^3.1.0", | ||
@@ -94,5 +100,6 @@ "del": "^2.2.0", | ||
"beta:watch": "webpack-dev-server --hot --inline --open --watch --mode=development", | ||
"package-clean": "yarn rimraf build", | ||
"package-compile": "yarn babel src --out-dir build --only 'src/components' --only 'src/js' --only 'src/index.js' --ignore '**/*.spec.jsx' --ignore '**/pages/**' --ignore '**/iframe-pages/**' --ignore '**/__mocks__/**'", | ||
"package-prepare": "yarn package-clean && yarn package-compile", | ||
"package-clean": "yarn rimraf esm/ commonjs/", | ||
"package-esm": "BABEL_ENV=esm babel src --out-dir esm --only 'src/components' --only 'src/js' --only 'src/index.js' --ignore '**/*.spec.jsx' --ignore '**/pages/**' --ignore '**/iframe-pages/**' --ignore '**/__mocks__/**'", | ||
"package-commonjs": "BABEL_ENV=commonjs babel src --out-dir commonjs --only 'src/components' --only 'src/js' --only 'src/index.js' --ignore '**/*.spec.jsx' --ignore '**/pages/**' --ignore '**/iframe-pages/**' --ignore '**/__mocks__/**'", | ||
"package-prepare": "yarn package-clean && concurrently --names 'commonjs,esm' 'yarn run package-commonjs' 'yarn run package-esm'", | ||
"prepublishOnly": "yarn package-prepare" | ||
@@ -99,0 +106,0 @@ }, |
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
2020557
850
26657
69
4
70