anubis-ui 1.2.7 → 1.2.9

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": "anubis-ui",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "description": "Class-based css generator",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -15,9 +15,10 @@
15
15
  "vue"
16
16
  ],
17
17
  "scripts": {
18
- "dev": "rm -rf dist; npm run preinstall; node src/manual/build.js",
18
+ "dev": "rm -rf dist; npm run prepare; node src/manual/build.js",
19
19
  "build": "tsc",
20
- "preinstall": "npm run build"
20
+ "preinstall": "npm run build",
21
+ "prepare": "npm run build"
21
22
  },
22
23
  "style": "dist/_anubis.scss",
23
24
  "repository": {
@@ -48,7 +48,6 @@ const init = () => {
48
48
  }
49
49
 
50
50
  const forceClasses = userConfig?.['force']
51
- console.log({ forceClasses })
52
51
 
53
52
  if (forceClasses?.length) {
54
53
  log(`Forcing the creation of ${forceClasses?.length} classes`)