We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00c0d1 commit 28973b2Copy full SHA for 28973b2
packages/calculator/package.json
@@ -1,20 +1,16 @@
1
{
2
"name": "@pie-element/calculator",
3
"version": "1.3.0",
4
- "description": "",
5
- "main": "index.js",
+ "description": "A catalog tool",
+ "repository": "pie-framework/pie-elements",
6
"scripts": {
7
"test": "jest",
8
"test:watch": "jest --watch",
9
"test:coverage": "jest --coverage"
10
},
11
"jest": {
12
- "setupFiles": [
13
- "./jestsetup.js"
14
- ],
15
- "snapshotSerializers": [
16
- "enzyme-to-json/serializer"
17
+ "setupFiles": ["./jestsetup.js"],
+ "snapshotSerializers": ["enzyme-to-json/serializer"],
18
"moduleNameMapper": {
19
"^.+\\.(css|scss)$": "identity-obj-proxy"
20
}
0 commit comments