Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
8db0cac292 | |||
dad6119945 |
13
.snyk
Normal file
13
.snyk
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||||
|
version: v1.13.5
|
||||||
|
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||||
|
ignore:
|
||||||
|
SNYK-JS-JSYAML-173999:
|
||||||
|
- gray-matter > js-yaml:
|
||||||
|
reason: None given
|
||||||
|
expires: '2019-10-04T12:19:33.385Z'
|
||||||
|
SNYK-JS-JSYAML-174129:
|
||||||
|
- gray-matter > js-yaml:
|
||||||
|
reason: None given
|
||||||
|
expires: '2019-10-04T12:19:33.385Z'
|
||||||
|
patch: {}
|
@ -1,6 +1,8 @@
|
|||||||
# @pushrocks/smartfm
|
# @pushrocks/smartfm
|
||||||
frontmatter done right
|
frontmatter done right
|
||||||
|
|
||||||
|
> Please consider following us on https://beta.news/lossless to subscribe to infos on changes and updates.
|
||||||
|
|
||||||
## Availabililty and Links
|
## Availabililty and Links
|
||||||
* [npmjs.org (npm package)](https://www.npmjs.com/package/@pushrocks/smartfm)
|
* [npmjs.org (npm package)](https://www.npmjs.com/package/@pushrocks/smartfm)
|
||||||
* [gitlab.com (source)](https://gitlab.com/pushrocks/smartfm)
|
* [gitlab.com (source)](https://gitlab.com/pushrocks/smartfm)
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartfm",
|
"name": "@pushrocks/smartfm",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartfm",
|
"name": "@pushrocks/smartfm",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "frontmatter done right",
|
"description": "frontmatter done right",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
Reference in New Issue
Block a user