forked from sombochea/verdaccio-ui
chore: add main file
This commit is contained in:
parent
bc6d25c0c4
commit
1708e1bcc4
7
.npmignore
Normal file
7
.npmignore
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
## npm
|
||||||
|
/*
|
||||||
|
!/static/*
|
||||||
|
!index.js
|
||||||
|
|
||||||
|
|
5
index.js
Normal file
5
index.js
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
const path = require('path');
|
||||||
|
|
||||||
|
module.exports = () => {
|
||||||
|
return path.join(__dirname, 'static');
|
||||||
|
}
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "ui",
|
"name": "@verdaccio/ui-theme",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Verdaccio User Interface",
|
"description": "Verdaccio User Interface",
|
||||||
"author": {
|
"author": {
|
||||||
@ -9,7 +9,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/verdaccio/ui"
|
"url": "git://github.com/verdaccio/ui"
|
||||||
},
|
},
|
||||||
"main": "build/index.js",
|
"main": "index.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "7.5.2",
|
"@commitlint/cli": "7.5.2",
|
||||||
"@commitlint/config-conventional": "7.5.0",
|
"@commitlint/config-conventional": "7.5.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user