Skip to content
Snippets Groups Projects
Unverified Commit 2b006df3 authored by Stuart Robson's avatar Stuart Robson Committed by GitHub
Browse files

Merge pull request #331 from visual-framework/fix/missing-assets-npm

Add missing npm files 
parents 2de898e3 be97cbcb
No related branches found
No related tags found
No related merge requests found
{
"name": "@visual-framework/vf-logo",
"version": "0.0.14",
"version": "0.0.29",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"version": "0.0.28",
"version": "0.0.29",
"name": "@visual-framework/vf-logo",
"description": "vf-logo component",
"homepage": "https://visual-framework.github.io/vf-core/",
......@@ -13,6 +13,7 @@
"vf-logo.scss",
"vf-logo.css",
"vf-logo.njk",
"vf-logo--responsive.njk",
"vf-logo.config.yml"
],
"test": "echo \"Error: no test specified\" && exit 1",
......
{
"version": "0.0.14",
"version": "0.0.15",
"name": "@visual-framework/vf-no-js",
"description": "vf-no-js component",
"homepage": "https://visual-framework.github.io/vf-core/",
......@@ -10,7 +10,9 @@
"files": [
"index.scss",
"vf-no-js.js",
"vf-no-js.css"
"vf-no-js.css",
"vf-no-js.config.yml",
"vf-no-js.njk"
],
"test": "echo \"Error: no test specified\" && exit 1",
"publishConfig": {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment