@ppg_pl/pallete 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,8 +42,8 @@ It is very easy to connect the webcomponent to the html file, you have to build
42
42
  }
43
43
  </style>
44
44
  <!-- here is the path -->
45
- <script type="module" src="/node_modules/pallete/www/build/pallete.esm.js"></script>
46
- <script nomodule src="/node_modules/pallete/www/build/pallete.js"></script>
45
+ <script type="module" src="/node_modules/@ppg_pl/pallete/www/build/pallete.esm.js"></script>
46
+ <script nomodule src="/node_modules/@ppg_pl/pallete/www/build/pallete.js"></script>
47
47
  </head>
48
48
  <body>
49
49
  <my-component class="modal_pallete"></my-component>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ppg_pl/pallete",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Color-Selector WebComponent",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",