mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-06-22 23:00:35 +03:00
Fix Travis config, fix Poi GH pages config
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "7"
|
|
||||||
- "8"
|
- "8"
|
||||||
cache:
|
cache:
|
||||||
yarn: true
|
yarn: true
|
||||||
|
|||||||
+9
-12
@@ -1,13 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-tribute",
|
"name": "vue-tribute",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"description": "A Vue.js wrapper for Zurb's Tribute library for native @mentions",
|
"description":
|
||||||
|
"A Vue.js wrapper for Zurb's Tribute library for native @mentions",
|
||||||
"main": "dist/vue-tribute.cjs.js",
|
"main": "dist/vue-tribute.cjs.js",
|
||||||
"module": "dist/vue-tribute.es.js",
|
"module": "dist/vue-tribute.es.js",
|
||||||
"unpkg": "dist/vue-tribute.min.js",
|
"unpkg": "dist/vue-tribute.min.js",
|
||||||
"files": [
|
"files": ["dist"],
|
||||||
"dist"
|
|
||||||
],
|
|
||||||
"repository": "https://github.com/syropian/vue-tribute",
|
"repository": "https://github.com/syropian/vue-tribute",
|
||||||
"author": "Collin Henderson <collin@syropia.net>",
|
"author": "Collin Henderson <collin@syropia.net>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@@ -16,19 +15,17 @@
|
|||||||
"test": "jest",
|
"test": "jest",
|
||||||
"watch-test": "jest --watchAll",
|
"watch-test": "jest --watchAll",
|
||||||
"example": "poi example/index.js",
|
"example": "poi example/index.js",
|
||||||
"example:build": "poi build"
|
"example:build": "poi build",
|
||||||
|
"example:deploy": "git subtree push --prefix example/dist origin gh-pages",
|
||||||
|
"version": "npm run example:deploy"
|
||||||
},
|
},
|
||||||
"poi": {
|
"poi": {
|
||||||
"entry": "example/index.js",
|
"entry": "example/index.js",
|
||||||
"outDir": "example/dist"
|
"outDir": "example/dist",
|
||||||
|
"homepage": "/vue-tribute/"
|
||||||
},
|
},
|
||||||
"bili": {
|
"bili": {
|
||||||
"format": [
|
"format": ["cjs", "umd", "umd-min", "es"],
|
||||||
"cjs",
|
|
||||||
"umd",
|
|
||||||
"umd-min",
|
|
||||||
"es"
|
|
||||||
],
|
|
||||||
"moduleName": "VueTribute"
|
"moduleName": "VueTribute"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user