···
1
1
{
2
2
"name": "ipx-client",
3
3
-
"version": "0.1.0",
3
3
+
"version": "0.2.0",
4
4
"license": "MIT",
5
5
"contributors": [
6
6
"Pooya Parsa <pooya@fandogh.org>"
7
7
],
8
8
"main": "dist/ipx-client.common.js",
9
9
"scripts": {
10
10
-
"build": "bili"
10
10
+
"build": "bili",
11
11
+
"prepare": "npm run build"
11
12
},
12
13
"devDependencies": {
13
14
"bili": "^0.19.0"
···
1
1
{
2
2
"name": "ipx",
3
3
-
"version": "0.1.0",
3
3
+
"version": "0.2.0",
4
4
"license": "MIT",
5
5
"contributors": [
6
6
"Pooya Parsa <pooya@fandogh.org>"