|
1 | 1 | {
|
2 | 2 | "name": "@grammarly/focal",
|
3 |
| - "version": "0.8.3", |
| 3 | + "version": "0.8.5", |
4 | 4 | "description": "FRP UI with React, observables, immutable data and lenses",
|
5 | 5 | "main": "dist/_cjs/src/index.js",
|
6 | 6 | "module": "dist/_esm5/src/index.js",
|
|
24 | 24 | "clean": "rm -rf ./dist",
|
25 | 25 | "build:cjs": "tsc --module commonjs --target es5 --outDir dist/_cjs",
|
26 | 26 | "build:es5": "tsc --module es2015 --outDir dist/_esm5",
|
27 |
| - "build:es2015": "tsc --module es2015 --target esnext --outDir dist/_esm2015", |
| 27 | + "build:es2015": "tsc --module es2015 --target es2015 --outDir dist/_esm2015", |
28 | 28 | "build": "npm run clean && yarn build:cjs && yarn build:es5 && yarn build:es2015 && npm run lint",
|
29 | 29 | "test": "jest",
|
30 | 30 | "test:watch": "jest --watch",
|
31 | 31 | "lint": "eslint './src/**/*.ts*' 'test/**/*.ts*' && tsc --noemit",
|
32 | 32 | "prepack": "cp ../../README.md ./ && cp ../../LICENSE ./",
|
33 |
| - "postpack": "rm README.md && rm LICENSE", |
34 |
| - "preversion": "if ! [[ $(git rev-parse --abbrev-ref HEAD) == \"master\" ]]; then echo \"Not on the master branch.\" && exit 1; fi", |
35 |
| - "postversion": "git push && git push --tags" |
| 33 | + "postpack": "rm README.md && rm LICENSE" |
36 | 34 | },
|
37 | 35 | "author": "Sergey Yavnyi <[email protected]>",
|
38 | 36 | "contributors": [
|
|
74 | 72 | },
|
75 | 73 | {
|
76 | 74 | "name": "Oleksii Levzhynskyi",
|
77 |
| - |
| 75 | + |
| 76 | + }, |
| 77 | + { |
| 78 | + "name": "Vladyslav Bozhko", |
| 79 | + |
78 | 80 | }
|
79 | 81 | ],
|
80 | 82 | "keywords": [
|
|
0 commit comments