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

Configure Feed

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

fix(package): exclude not needed files

+10 -2
+5 -1
client/js/package.json
··· 1 1 { 2 2 "name": "ipx-client", 3 - "version": "0.2.1", 3 + "version": "0.2.2", 4 4 "license": "MIT", 5 5 "contributors": [ 6 6 "Pooya Parsa <pooya@fandogh.org>" 7 + ], 8 + "files": [ 9 + "dist", 10 + "src" 7 11 ], 8 12 "main": "dist/ipx-client.common.js", 9 13 "scripts": {
+5 -1
package.json
··· 1 1 { 2 2 "name": "ipx", 3 - "version": "0.2.0", 3 + "version": "0.2.1", 4 4 "license": "MIT", 5 5 "contributors": [ 6 6 "Pooya Parsa <pooya@fandogh.org>" ··· 10 10 "start": "bak start", 11 11 "dev": "DEBUG=ipx* nodemon node_modules/.bin/bak start" 12 12 }, 13 + "files": [ 14 + "src", 15 + "bin" 16 + ], 13 17 "dependencies": { 14 18 "bak": "^2.0.3", 15 19 "config": "^1.28.1",