be-intl 0.0.14 → 0.0.15

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 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -31,6 +31,8 @@ emits
31
31
 
32
32
  ## Viewing Locally
33
33
 
34
+ Any web server than can serve static files will do, but...
35
+
34
36
  1. Install git.
35
37
  2. Fork/clone this repo.
36
38
  3. Install node.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "be-intl",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "keywords": [
5
5
  "web-components",
6
6
  "web-component",
@@ -29,9 +29,9 @@
29
29
  "be-enhanced": "0.0.38",
30
30
  "be-hive": "0.0.116",
31
31
  "be-propagating": "0.0.21",
32
- "be-value-added": "0.0.1",
33
- "trans-render": "0.0.701",
34
- "xtal-element": "0.0.576"
32
+ "be-value-added": "0.0.2",
33
+ "trans-render": "0.0.702",
34
+ "xtal-element": "0.0.577"
35
35
  },
36
36
  "devDependencies": {
37
37
  "may-it-serve": "0.0.5",