Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 101983f

Browse files
committed
0.2.5 release
support npm install
1 parent 0e398ad commit 101983f

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
node_modules

examples/package.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "weex-chart-demo",
3+
"version": "0.0.1",
4+
"scripts":{
5+
"start":"weex-devtool ./ -e index.we",
6+
"build":"weex-builder . dist"
7+
},
8+
"dependencies":{
9+
"weex-plugin-weex-chart":"*"
10+
},
11+
"devDependencies":{
12+
"weex-devtool":"*",
13+
"weex-builder":"*"
14+
}
15+
16+
}

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weex-chart",
3-
"version": "0.2.1",
3+
"version": "0.2.5",
44
"description": "chart component for weex",
55
"main": "index.js",
66
"scripts": {

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://www.w3.org/ns/widgets"
2222
id="weex-chart"
23-
version="0.2.3">
23+
version="0.2.5">
2424
<name>weex-chart</name>
2525
<description>A chart component for weex</description>
2626
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)