Skip to content

Commit

Permalink
fix(release): define path to import from
Browse files Browse the repository at this point in the history
  • Loading branch information
akoushke committed Oct 25, 2019
1 parent 7356d7c commit 5cc2b86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "@webex/component-adapter-interfaces",
"version": "1.2.0",
"main": "dist/webexComponentAdapterInterfaces.cjs.js",
"module": "dist/webexComponentAdapterInterfaces.esm.js",
"scripts": {
"build": "rollup -c",
"prettier": "prettier \"src/**/*.*(js)\"",
Expand Down

0 comments on commit 5cc2b86

Please sign in to comment.