gatsby-source-pinboard
Advanced tools
Comparing version 0.0.0 to 0.1.0
{ | ||
"name": "gatsby-source-pinboard", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "Grab recent bookmarks from Pinboard for use within Gatsby.", | ||
"scripts": { | ||
"start": "babel src --out-dir dist/", | ||
"precommit": "lint-staged" | ||
"precommit": "lint-staged", | ||
"release": "yarn start && yarn publish" | ||
}, | ||
"files": ["dist/"], | ||
"main": "gatsby-node.js", | ||
"repository": "git@github.com:danoc/danoc.me.git", | ||
"files": [ | ||
"dist/" | ||
], | ||
"main": "dist/gatsby-node.js", | ||
"repository": "danoc/gatsby-source-pinboard", | ||
"author": "Daniel O'Connor <daniel@danoc.me>", | ||
@@ -16,2 +19,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-env": "^1.6.0", | ||
@@ -25,4 +29,7 @@ "crypto": "^1.0.1", | ||
"lint-staged": { | ||
"*.{js,json,css}": ["prettier --write", "git add"] | ||
"*.{js,json,css}": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
3432
7