@undp/carbon-library 1.0.9 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -4
package/package.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
- "kill-rollup": "ps aux | grep rollup | awk '{print $2}' | xargs kill -9 &",
9
- "postbuild": "wait-on dist/cjs/index.js dist/esm/index.js dist/cjs/types dist/esm/types && sleep 5 && yarn kill-rollup",
10
- "build": "rollup -c --bundleConfigAsCjs &"
8
+ "build": "rollup -c --bundleConfigAsCjs"
11
9
  },
12
10
  "keywords": [],
13
11
  "author": "",