Skip to content

Commit

Permalink
update dependencies and add appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Jul 31, 2017
1 parent a0a1a3c commit 4d154e4
Show file tree
Hide file tree
Showing 16 changed files with 863 additions and 946 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![Dependency Status](https://david-dm.org/plantain-00/tree-component.svg)](https://david-dm.org/plantain-00/tree-component)
[![devDependency Status](https://david-dm.org/plantain-00/tree-component/dev-status.svg)](https://david-dm.org/plantain-00/tree-component#info=devDependencies)
[![Build Status](https://travis-ci.org/plantain-00/tree-component.svg?branch=master)](https://travis-ci.org/plantain-00/tree-component)
[![Build Status: Linux](https://travis-ci.org/plantain-00/tree-component.svg?branch=master)](https://travis-ci.org/plantain-00/tree-component)
[![Build Status: Windows](https://ci.appveyor.com/api/projects/status/github/plantain-00/tree-component?branch=master&svg=true)](https://ci.appveyor.com/project/plantain-00/tree-component/branch/master)
[![npm version](https://badge.fury.io/js/tree-component.svg)](https://badge.fury.io/js/tree-component)
[![Downloads](https://img.shields.io/npm/dm/tree-component.svg)](https://www.npmjs.com/package/tree-component)

Expand Down
14 changes: 14 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
environment:
nodejs_version: "8"

install:
- ps: Install-Product node $env:nodejs_version
- npm install

test_script:
- node --version
- npm --version
- npm run build
- npm run lint

build: off
2 changes: 1 addition & 1 deletion clean-scripts.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
`rimraf dist`,
`tsc -p src`,
`tsc -p demo`,
`image2base64-cli images/*.png images/*.gif --less src/variables.less`,
`image2base64-cli images/*.png images/*.gif --less src/variables.less --base images`,
`lessc src/tree.less > dist/tree.css`,
`cleancss -o dist/tree.min.css dist/tree.css`,
`cleancss -o demo/index.bundle.css dist/tree.min.css ./node_modules/github-fork-ribbon-css/gh-fork-ribbon.css`,
Expand Down

Large diffs are not rendered by default.

This file was deleted.

2 changes: 1 addition & 1 deletion demo/angular/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
</style>
</head><body>
<app></app>
<script src="./index.bundle-bbae7082c8a0c2e376d95445c04981e1.js" crossOrigin="anonymous" integrity="sha256-Nh5fLYUM/jhi2EV64evEuPk7GZHwpiQ/XZXMK/rX7yo="></script>
<script src="./index.bundle-3811b52cf3132368f5832d28591eb0fe.js" crossOrigin="anonymous" integrity="sha256-QWKM52l3KTSz1OuETxSAXP3RYluv09mFRHRnDLuC2ic="></script>
</body></html>
13 changes: 8 additions & 5 deletions demo/file-size.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"angularIndexBundleJs": "764 kB",
"reactIndexBundleJs": "163 kB",
"vueIndexBundleJs": "97.1 kB",
"indexBundleCss": "38.9 kB",
"treeIconPng": "636 B"
"angularIndexBundleJs": "769 kB 193 kB",
"reactIndexBundleJs": "163 kB 48.5 kB",
"vueIndexBundleJs": "100 kB 34.2 kB",
"indexBundleCss": "38.9 kB 8.95 kB",
"treeIconPng": "636 B 647 B",
"demoAngularIndexHtml": "783 B 537 B",
"demoReactIndexHtml": "798 B 547 B",
"demoVueIndexHtml": "798 B 544 B"
}

Large diffs are not rendered by default.

This file was deleted.

2 changes: 1 addition & 1 deletion demo/react/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
</style>
</head><body>
<div id="container"></div>
<script src="./index.bundle-95aa3b884a520a57352e0eb711e82719.js" crossOrigin="anonymous" integrity="sha256-CxvSPhfh8xck8DCJfAw5I75n4X/9QPzT+awNzgMMnVk="></script>
<script src="./index.bundle-0e66a8f8e7fdb22761d478e780d43cc8.js" crossOrigin="anonymous" integrity="sha256-YzKHwXq1jDqGZFyEPSOjDPa1gVs1WOI3QFDVC+TUYZk="></script>
</body></html>
1 change: 1 addition & 0 deletions demo/vue/index.bundle-402fbae28237b4bf536b7edd3aab2584.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion demo/vue/index.bundle-a08e486c78610fe2ca70e370c54f790a.js

This file was deleted.

2 changes: 1 addition & 1 deletion demo/vue/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
</style>
</head><body>
<div id="container"></div>
<script src="./index.bundle-a08e486c78610fe2ca70e370c54f790a.js" crossOrigin="anonymous" integrity="sha256-yp+9j4esyrnPjeQL7dx8QMqVPmD4+T9gv9sY0jCsSS0="></script>
<script src="./index.bundle-402fbae28237b4bf536b7edd3aab2584.js" crossOrigin="anonymous" integrity="sha256-nCjJiZCrQHkSDjW3rkLEsz7Te3GufU4EEviVAno/u18="></script>
</body></html>
Loading

0 comments on commit 4d154e4

Please sign in to comment.