bootstrap-next
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -73,2 +73,3 @@ #!/usr/bin/env node | ||
'react/react-in-jsx-scope': 'off', | ||
'react/display-name': 'off', | ||
semi: [ | ||
@@ -121,7 +122,7 @@ 'error', | ||
${description} | ||
${description} Bootstrapped with \`bootstrap-next\`. | ||
## Development | ||
To run this during development, just run \`yarn dev\`. To lint you code and attempt to fix some problems, run \`yarn lint:fix\`. If you just want to lint it, only run \`yarn lint\`. | ||
To run this during development, just run \`yarn dev\`. To lint your code and attempt to fix some problems, run \`yarn lint:fix\`. If you just want to lint it, only run \`yarn lint\`. | ||
@@ -128,0 +129,0 @@ ## Production |
{ | ||
"name": "bootstrap-next", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Quickly and easily bootstrap a Next.js project.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6851
146