@ecoportal/icons 1.3.4 → 1.3.6

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 (3) hide show
  1. package/dist/index.d.ts +1309 -1307
  2. package/dist/index.js +1 -1
  3. package/package.json +3 -2
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@ecoportal/icons",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "description": "Icons for the EcoPortal design system",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "scripts": {
8
8
  "build": "rm -rf dist && mkdir dist && cp -r ./src/types ./dist/types && tsc && webpack",
9
9
  "icons": "yarn node src/icons.js",
10
- "test": "echo \"Error: no test specified\" && exit 1"
10
+ "test": "echo \"Error: no test specified\" && exit 1",
11
+ "prepublish": "yarn icons && yarn build"
11
12
  },
12
13
  "keywords": [
13
14
  "Icons"