UNPKG

fb-test-module

Version:

How to use: ``` import {store, getStore} from 'fb-test-module'; conf.DialogramApi = "API_BASE_URL"; conf.Platform = "mobile"; //use "web" if you are on webApp getStore(); //Inject store in your provider ``` and you'r readyt to go. # Base ## Act

33 lines (32 loc) 804 B
{ "name": "fb-test-module", "version": "1.0.35", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "mocha --reporter spec", "jest": "jest", "watch": "tsc --watch", "exec": "node ./dist/index.js" }, "author": "", "license": "ISC", "dependencies": { "@types/chai": "^4.1.7", "@types/mocha": "^5.2.5", "axios": "^0.18.0", "chai": "^4.2.0", "immutable": "^4.0.0-rc.12", "jest": "^23.6.0", "mocha": "^5.2.0", "redux": "^4.0.1", "redux-immutable": "^4.0.0", "redux-persist": "^5.11.0-alpha", "redux-persist-transform-immutable": "^5.0.0", "redux-saga": "^0.16.2", "typesafe-actions": "^2.0.4", "typescript": "^3.2.2" } }