@hokulea/ember 0.0.2 → 0.0.3

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.
Files changed (2) hide show
  1. package/addon-main.js +0 -2
  2. package/package.json +4 -4
package/addon-main.js CHANGED
@@ -1,9 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const { addonV1Shim } = require('@embroider/addon-shim');
4
- // eslint-disable-next-line n/no-unpublished-require
5
4
  const { HokuleaCssModulesPlugin } = require('./lib/css-modules-plugin.js');
6
- // eslint-disable-next-line n/no-unpublished-require
7
5
  const { importAssets } = require('./lib/index.js');
8
6
 
9
7
  function isEngine(parent) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hokulea/ember",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Hokulea Design System for Ember",
5
5
  "keywords": [
6
6
  "ember-addon",
@@ -115,11 +115,11 @@
115
115
  "typescript": "^5.5.2",
116
116
  "webpack": "^5.92.0",
117
117
  "@hokulea/config-postcss": "0.0.0",
118
- "@hokulea/config-prettier": "0.0.0",
119
- "@hokulea/config-eslint": "0.0.0",
120
118
  "@hokulea/config-stylelint": "0.0.0",
121
- "@hokulea/config-template-lint": "0.0.0",
119
+ "@hokulea/config-eslint": "0.0.0",
122
120
  "@hokulea/config-targets": "0.0.0",
121
+ "@hokulea/config-prettier": "0.0.0",
122
+ "@hokulea/config-template-lint": "0.0.0",
123
123
  "@hokulea/config-typescript": "0.0.0",
124
124
  "@hokulea/rollup-plugin-postcss": "0.0.0",
125
125
  "@hokulea/tokens": "0.0.1"