Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "hlg-ui", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "欢乐逛 UI 库", | ||
"main": "lib/hlg-ui.js", | ||
"scripts": { | ||
"dev": "poi --watch --serve", | ||
"build": "poi --prod" | ||
"build": "poi --prod", | ||
"dist": "webpack --config __build__/webpack.common.js", | ||
"publish": "npm publish --registry http://registry.npmjs.org" | ||
}, | ||
@@ -35,8 +38,13 @@ "repository": { | ||
"poi": "^12.0.2", | ||
"progress-bar-webpack-plugin": "^1.11.0", | ||
"pug": "^2.0.3", | ||
"pug-plain-loader": "^1.0.0", | ||
"sass-loader": "^7.1.0", | ||
"style-loader": "^0.23.1", | ||
"transliteration": "^1.6.6", | ||
"vue-loader": "^15.5.0", | ||
"vue-markdown-loader": "^2.4.1", | ||
"vue-template-compiler": "^2.5.20" | ||
"vue-template-compiler": "^2.5.20", | ||
"webpack-cli": "^3.2.0", | ||
"webpack-node-externals": "^1.7.2" | ||
}, | ||
@@ -43,0 +51,0 @@ "dependencies": { |
@@ -15,3 +15,3 @@ /* | ||
const DIST = path.resolve('__build__'); | ||
const DIST = path.resolve('__dist__'); | ||
const DEBUG = process.env.CI_BUILD_STAGE === undefined; | ||
@@ -18,0 +18,0 @@ const version = (process.env.CI_COMMIT_SHA || pkg.version).slice(0, 8); |
@@ -10,4 +10,3 @@ /* | ||
import Promise from 'bluebird'; | ||
import HlgDialog from '@packages/dialog'; | ||
import HlgButton from '@packages/button'; | ||
import HLGUI from '@packages'; | ||
import routes from './routes'; | ||
@@ -22,6 +21,5 @@ import filter from './services/filter'; | ||
Vue.component(DemoBlock.name, DemoBlock); | ||
Vue.component(HlgDialog.name, HlgDialog); | ||
Vue.component(HlgButton.name, HlgButton); | ||
Vue.use(VueRouter); | ||
Vue.use(filter); | ||
Vue.use(HLGUI); | ||
@@ -28,0 +26,0 @@ const router = new VueRouter({ |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
104800
41
1308
31
3
6