Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vf-core-mirror
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
embl.org
vf-core-mirror
Commits
2b006df3
Unverified
Commit
2b006df3
authored
6 years ago
by
Stuart Robson
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #331 from visual-framework/fix/missing-assets-npm
Add missing npm files
parents
2de898e3
be97cbcb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
components/vf-logo/package-lock.json
+1
-1
1 addition, 1 deletion
components/vf-logo/package-lock.json
components/vf-logo/package.json
+2
-1
2 additions, 1 deletion
components/vf-logo/package.json
components/vf-no-js/package.json
+4
-2
4 additions, 2 deletions
components/vf-no-js/package.json
with
7 additions
and
4 deletions
components/vf-logo/package-lock.json
+
1
−
1
View file @
2b006df3
{
"name"
:
"@visual-framework/vf-logo"
,
"version"
:
"0.0.
14
"
,
"version"
:
"0.0.
29
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
components/vf-logo/package.json
+
2
−
1
View file @
2b006df3
{
"version"
:
"0.0.2
8
"
,
"version"
:
"0.0.2
9
"
,
"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"
,
...
...
This diff is collapsed.
Click to expand it.
components/vf-no-js/package.json
+
4
−
2
View file @
2b006df3
{
"version"
:
"0.0.1
4
"
,
"version"
:
"0.0.1
5
"
,
"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"
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment