ember-scoped-css 0.6.0 → 0.7.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-scoped-css",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -55,6 +55,11 @@
55
55
  "ember-template-lint": "^5.7.2",
56
56
  "webpack": "^5.0.0"
57
57
  },
58
+ "peerDependenciesMeta": {
59
+ "ember-teplate-lint": {
60
+ "optional": true
61
+ }
62
+ },
58
63
  "publishConfig": {
59
64
  "registry": "https://registry.npmjs.org"
60
65
  },
@@ -31,7 +31,7 @@ class ScopedClassHelperRule extends Rule {
31
31
  }
32
32
 
33
33
  export default {
34
- name: 'scoped-class-helper-plugin',
34
+ name: 'scoped-css-plugin',
35
35
  rules: {
36
36
  'scoped-class-helper': ScopedClassHelperRule,
37
37
  },
@@ -1,5 +1,5 @@
1
1
  import { generateRuleTests } from 'ember-template-lint';
2
- import scopedClassHelperPlugin from '../src/template-lint/scoped-class-helper-plugin.js';
2
+ import scopedClassHelperPlugin from '../src/template-lint/plugin.js';
3
3
  import assert from 'assert';
4
4
 
5
5
  generateRuleTests({