2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-06 07:12:25 +03:00

Fix Travis config, fix Poi GH pages config

This commit is contained in:
Collin Henderson
2018-03-25 16:31:32 -04:00
parent e9aec708d2
commit eb8e214dd7
2 changed files with 9 additions and 13 deletions
-1
View File
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "7"
- "8"
cache:
yarn: true
+9 -12
View File
@@ -1,13 +1,12 @@
{
"name": "vue-tribute",
"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",
"module": "dist/vue-tribute.es.js",
"unpkg": "dist/vue-tribute.min.js",
"files": [
"dist"
],
"files": ["dist"],
"repository": "https://github.com/syropian/vue-tribute",
"author": "Collin Henderson <collin@syropia.net>",
"license": "MIT",
@@ -16,19 +15,17 @@
"test": "jest",
"watch-test": "jest --watchAll",
"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": {
"entry": "example/index.js",
"outDir": "example/dist"
"outDir": "example/dist",
"homepage": "/vue-tribute/"
},
"bili": {
"format": [
"cjs",
"umd",
"umd-min",
"es"
],
"format": ["cjs", "umd", "umd-min", "es"],
"moduleName": "VueTribute"
},
"devDependencies": {