mui-nested-menu-item
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "mui-nested-menu-item", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Infinite nested material menus", | ||
"repository": "https://github.com/marketingauto/material-ui-nested-menu-item", | ||
"scripts": { | ||
"test": "echo \"No units tests.\"", | ||
"build": "pika build", | ||
"publish": "pika publish", | ||
"storybook": "start-storybook -p 6006", | ||
"build-storybook": "build-storybook", | ||
"version": "npm run build" | ||
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", | ||
"prepublish": "yarn tsc" | ||
}, | ||
@@ -77,3 +73,9 @@ "keywords": [ | ||
] | ||
} | ||
}, | ||
"main": "./lib/cjs/index.js", | ||
"module": "./lib/esm/index.js", | ||
"files": [ | ||
"lib/" | ||
], | ||
"private": false | ||
} |
31980
10
457