Skip to content

Commit

Permalink
Merge branch 'tech/clean-deps'
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Apr 7, 2021
2 parents 890ca66 + 49a8b08 commit 78de5f5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Exadel Smart Library (**ESL**) is a web components based library that gives you
See [Browser support & Polyfills](#browser-support--polyfills) for details.
- Use bundler to build your project. Currently, only ESL modules are available for consumption.

1. Install esl dependency
1. Install [esl npm dependency](https://www.npmjs.com/package/@exadel/esl)
```
npm i @exadel/esl --sav
```
Expand Down
32 changes: 12 additions & 20 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
"stylelint": "^13.12.0",
"ts-jest": "^26.5.4",
"ts-loader": "^8.1.0",
"typescript": "4.2.3",
"webpack": "^5.30.0",
"typescript": "4.2.4",
"webpack": "^5.31.0",
"webpack-cli": "^4.6.0"
}
}
3 changes: 1 addition & 2 deletions pages/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2 id="installation-guide">Installation Guide</h2>
</ul>
</li>
<li>
<p>Install esl dependency:</p>
<p>Install <a href="https://www.npmjs.com/package/@exadel/esl">esl npm dependency</a>:</p>
<pre><code>npm i @exadel/esl --sav</code></pre>
</li>
<li>
Expand Down Expand Up @@ -152,7 +152,6 @@ <h2 id="roadmap">Roadmap</h2>
<li><a href="https://github.com/exadel-inc/ui-playground">UI Playground</a> (<em>will be available soon</em>) demo
server
</li>
<li>npm release</li>
<li>More helpers and sugar of ESLBaseElement (event listener helpers and decorators)</li>
<li>Extension of esl-utils</li>
<li>Dynamic Footnotes component</li>
Expand Down

0 comments on commit 78de5f5

Please sign in to comment.