@entur/typography 1.7.1-beta.0 → 1.7.1-beta.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 (1) hide show
  1. package/package.json +4 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/typography",
3
- "version": "1.7.1-beta.0",
3
+ "version": "1.7.1-beta.3",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/typography.esm.js",
@@ -20,8 +20,6 @@
20
20
  "build": "yarn run dts build && cp -r fonts dist/fonts",
21
21
  "test": "yarn run dts test --env=jsdom",
22
22
  "lint": "yarn run dts lint",
23
- "prepack": "yarn run build",
24
- "prepublish": "yarn run test && yarn run lint",
25
23
  "start": "yarn run dts watch --noClean"
26
24
  },
27
25
  "peerDependencies": {
@@ -29,15 +27,15 @@
29
27
  "react-dom": ">=16.8.0"
30
28
  },
31
29
  "dependencies": {
32
- "@entur/utils": "^0.4.6-beta.0",
30
+ "@entur/utils": "^0.4.6-beta.2",
33
31
  "classnames": "^2.3.1",
34
32
  "normalize-scss": "^7.0.1"
35
33
  },
36
34
  "devDependencies": {
37
- "@entur/tokens": "^3.4.2-beta.0",
35
+ "@entur/tokens": "^3.4.2-beta.2",
38
36
  "dts-cli": "^1.1.6",
39
37
  "jest-watch-typeahead": "^2.2.0",
40
38
  "ts-jest": "^27.0.0"
41
39
  },
42
- "gitHead": "d66113fbe7eee544fb34f82211406b8ed95837a1"
40
+ "gitHead": "89c8eee86c247794134c34484a205e0f7f65d0a5"
43
41
  }