@entur/utils 0.4.6-beta.0 → 0.4.6-beta.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 +3 -4
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
+ "//": "Add a change to utils",
2
3
  "name": "@entur/utils",
3
- "version": "0.4.6-beta.0",
4
+ "version": "0.4.6-beta.2",
4
5
  "license": "EUPL-1.2",
5
6
  "main": "dist/index.js",
6
7
  "module": "dist/utils.esm.js",
@@ -19,8 +20,6 @@
19
20
  "scripts": {
20
21
  "start": "yarn run dts watch --noClean",
21
22
  "build": "yarn run dts build && cp src/*.scss dist",
22
- "prepack": "yarn run build",
23
- "prepublish": "yarn run lint",
24
23
  "lint": "yarn run dts lint"
25
24
  },
26
25
  "peerDependencies": {
@@ -34,5 +33,5 @@
34
33
  "devDependencies": {
35
34
  "dts-cli": "^1.1.6"
36
35
  },
37
- "gitHead": "d66113fbe7eee544fb34f82211406b8ed95837a1"
36
+ "gitHead": "89c8eee86c247794134c34484a205e0f7f65d0a5"
38
37
  }