Skip to content

Commit

Permalink
fix: add js-beautify types to dependencies, specify npm css path
Browse files Browse the repository at this point in the history
  • Loading branch information
nattallius committed Jul 29, 2021
1 parent 40d7872 commit 4477ad8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
"name": "@exadel/ui-playground",
"version": "1.0.0-beta.3",
"description": "UIPlayground is a solution for presenting your custom components.",
"type": "module",
"keywords": [
"playground",
"demo",
"presentation",
"editor",
"custom elements"
],
"type": "module",
"types": "types/playground.d.ts",
"module": "lib/playground.js",
"main": "lib/playground.run.js",
"style": "lib/playground.css",
"files": [
"src/**/*",
"lib/**/*",
Expand All @@ -19,8 +22,6 @@
"README.md",
"CLA.md"
],
"module": "lib/playground.js",
"types": "types/playground.d.ts",
"sideEffects": [
"lib/palyground.css",
"lib/palyground.run.js",
Expand Down Expand Up @@ -57,6 +58,7 @@
"homepage": "https://github.com/exadel-inc/ui-playground#readme",
"dependencies": {
"@exadel/esl": "^2.8.1",
"@types/js-beautify": "^1.13.2",
"ace-builds": "^1.4.12",
"js-beautify": "^1.14.0"
},
Expand All @@ -69,7 +71,6 @@
"@semantic-release/github": "^7.2.3",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.3",
"@types/js-beautify": "^1.13.2",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"browser-sync": "^2.27.5",
Expand Down

0 comments on commit 4477ad8

Please sign in to comment.