[READ-ONLY] Mirror of https://github.com/danielroe/ipx.
0

Configure Feed

Select the types of activity you want to include in your feed.

bump to 0.2.0

+4 -3
client/README.md client/js/README.md
+3 -2
client/js/package.json
··· 1 1 { 2 2 "name": "ipx-client", 3 - "version": "0.1.0", 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 - "build": "bili" 10 + "build": "bili", 11 + "prepare": "npm run build" 11 12 }, 12 13 "devDependencies": { 13 14 "bili": "^0.19.0"
+1 -1
package.json
··· 1 1 { 2 2 "name": "ipx", 3 - "version": "0.1.0", 3 + "version": "0.2.0", 4 4 "license": "MIT", 5 5 "contributors": [ 6 6 "Pooya Parsa <pooya@fandogh.org>"