@qualweb/util 0.6.0 → 0.6.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.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qualweb/util",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "description": "Utilities module for qualweb",
5
5
  "main": "dist/__webpack/util.bundle.js",
6
6
  "files": [
@@ -33,18 +33,19 @@
33
33
  "test:elementHidden": "mocha --spec=test/elementHidden.spec.ts",
34
34
  "lint": "eslint .",
35
35
  "format": "prettier src/**/*.ts --write",
36
- "prebuild": "rimraf prebuild && tsc --build tsconfig.prod.json",
37
- "build": "rimraf dist && npm run prebuild && webpack",
36
+ "clean": "rimraf dist",
37
+ "build": "tsc --build tsconfig.prod.json && webpack",
38
38
  "docs": "typedoc --out docs src/index.ts",
39
39
  "prepublishOnly": "npm run build"
40
40
  },
41
- "homepage": "https://github.com/qualweb/util#readme",
41
+ "homepage": "https://github.com/qualweb/qualweb/blob/main/packages/util",
42
42
  "bugs": {
43
- "url": "https://github.com/qualweb/util/issues"
43
+ "url": "https://github.com/qualweb/qualweb/issues"
44
44
  },
45
45
  "repository": {
46
46
  "type": "git",
47
- "url": "git+https://github.com/qualweb/util.git"
47
+ "url": "git+https://github.com/qualweb/qualweb.git",
48
+ "directory": "packages/util"
48
49
  },
49
50
  "keywords": [
50
51
  "qualweb",
@@ -55,8 +56,7 @@
55
56
  "author": "João Vicente",
56
57
  "license": "ISC",
57
58
  "devDependencies": {
58
- "@qualweb/core": "^0.8.0",
59
- "@qualweb/qw-page": "^0.3.0",
59
+ "@qualweb/qw-page": "^0.3.2",
60
60
  "@tsconfig/recommended": "^1.0.3",
61
61
  "@types/chai": "^4.3.11",
62
62
  "@types/mocha": "^10.0.6",