@globalfishingwatch/i18n-labels 1.2.184 → 1.2.185

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 (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +6 -17
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # i18n-labels
2
2
 
3
- Released automatically to npm using this [github action](https://github.com/GlobalFishingWatch/frontend/actions/workflows/i18n-labels-publish.yml)
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Building
6
+
7
+ Run `nx build i18n-labels` to build the library.
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@globalfishingwatch/i18n-labels",
3
- "version": "1.2.184",
4
- "license": "MIT",
5
- "scripts": {
6
- "start": "kill-port 8000 && serve -p 8000 --cors=true",
7
- "kill": "kill-port 8000"
8
- },
3
+ "version": "1.2.185",
4
+ "main": "./index.cjs.js",
5
+ "module": "./index.mjs",
6
+ "typings": "./index.d.ts",
7
+ "scripts": {},
9
8
  "files": [
10
9
  "en",
11
10
  "es",
@@ -15,15 +14,5 @@
15
14
  "source",
16
15
  "val"
17
16
  ],
18
- "devDependencies": {
19
- "kill-port": "^2.0.1",
20
- "serve": "14.2.1"
21
- },
22
- "publishConfig": {
23
- "access": "public",
24
- "registry": "https://registry.npmjs.org/"
25
- },
26
- "module": "./index.esm.js",
27
- "type": "module",
28
- "main": "./index.esm.js"
17
+ "type": "commonjs"
29
18
  }