@nuxtjs/meta
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="1.0.1"></a> | ||
## [1.0.1](https://github.com/nuxt/modules/compare/@nuxtjs/meta@1.0.0...@nuxtjs/meta@1.0.1) (2017-05-29) | ||
### Bug Fixes | ||
* **meta:** add missing head keyword ([758cccd](https://github.com/nuxt/modules/commit/758cccd)) | ||
* **meta:** fix package.json ([4e395cf](https://github.com/nuxt/modules/commit/4e395cf)) | ||
<a name="1.0.0"></a> | ||
@@ -8,0 +20,0 @@ # 1.0.0 (2017-05-26) |
@@ -7,5 +7,5 @@ const path = require('path') | ||
this.options.head.meta.push({charset: 'utf-8'}) | ||
this.options.meta.push({name: 'viewport', content: 'width=device-width, initial-scale=1'}) | ||
this.options.head.meta.push({name: 'viewport', content: 'width=device-width, initial-scale=1'}) | ||
} | ||
module.exports.meta = require('./package.json') |
{ | ||
"name": "@nuxtjs/meta", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
"main": "index.js" | ||
"main": "index.js", | ||
"repository": "https://github.com/nuxt/modules", | ||
"homepage": "https://github.com/nuxt/modules/tree/master/modules/meta", | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1721