@lancom/shared 0.0.242 → 0.0.243

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/nuxt.config.js +1 -1
  2. package/package.json +1 -1
package/nuxt.config.js CHANGED
@@ -113,7 +113,7 @@ module.exports = (config, axios, { raygunClient, publicPath } = {}) => ({
113
113
  },
114
114
  render: {
115
115
  asyncScripts: true,
116
- // resourceHints: false
116
+ resourceHints: false
117
117
  },
118
118
  hooks: {
119
119
  render: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.242",
3
+ "version": "0.0.243",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {