@airfleet/generator-init 0.13.1 → 0.13.2

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.
@@ -1 +0,0 @@
1
- import "../styles/admin.scss";
@@ -1 +0,0 @@
1
- import "../styles/critical.scss";
@@ -1,5 +1,3 @@
1
- import "../styles/index.scss";
2
-
3
1
  if (module.hot) {
4
2
  module.hot.accept();
5
3
  }
@@ -3,11 +3,11 @@
3
3
  "description": "<%= answers.pluginDescription %>",
4
4
  "version": "<%= answers.pluginVersion %>",
5
5
  "scripts": {
6
- "build": "dotenv -- parcel build --log-level verbose \"./!(dist)/**/*.entry.js\"",
7
- "start": "dotenv -- parcel serve --hmr-port 1236 --port 1234 --log-level verbose \"./!(dist)/**/*.entry.js\"",
6
+ "build": "dotenv -- parcel build --log-level verbose \"./!(dist)/**/*.entry.{js,scss}\"",
7
+ "start": "dotenv -- parcel serve --hmr-port 1236 --port 1234 --log-level verbose \"./!(dist)/**/*.entry.{js,scss}\"",
8
8
  "base:eslint": "eslint assets --ext .js,.jsx --cache --ignore-path .gitignore",
9
9
  "base:prettier": "prettier \"**/*.{js,jsx,ts,tsx,json,css,scss,xml,yaml,yml,md}\"",
10
- "base:stylelint": "stylelint \"**/*.{css,scss}\" --cache --ignore-path .gitignore",
10
+ "base:stylelint": "stylelint \"**/*.{css,scss}\" --cache --ignore-path .gitignore --allow-empty-input",
11
11
  "lint": "run-s --continue-on-error lint:*",
12
12
  "lint:prettier": "npm run base:prettier -- --check",
13
13
  "lint:eslint": "npm run base:eslint",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airfleet/generator-init",
3
3
  "description": "A Yeoman generator to scaffold common Airfleet features",
4
- "version": "0.13.1",
4
+ "version": "0.13.2",
5
5
  "scripts": {},
6
6
  "publishConfig": {
7
7
  "access": "public"