File tree 3 files changed +1987
-4
lines changed
3 files changed +1987
-4
lines changed Original file line number Diff line number Diff line change
1
+ /src
2
+ /test
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " api-js" ,
2
+ "name" : " @foxcomm/ api-js" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Javascript Library for interacting with FoxCommerce API" ,
5
5
"main" : " lib/index.js" ,
6
+ "publishConfig" : {
7
+ "registry" : " https://npm.foxcommerce.com:4873"
8
+ },
6
9
"scripts" : {
7
10
"test" : " mocha test" ,
8
11
"build" : " babel src -d lib" ,
9
- "postinstall" : " postinstall-build lib 'npm run build'" ,
10
12
"docs" : " APIARY_DOCS_PATH=../phoenix-scala/docs/api/docs/objects node ./bin/import-docs.js && node ./bin/make-docs.js" ,
11
13
"prepublish" : " npm run build"
12
14
},
27
29
"dependencies" : {
28
30
"debug" : " ^2.2.0" ,
29
31
"isomorphic-fetch" : " ^2.2.1" ,
30
- "jwt-decode" : " ^2.0.1" ,
31
- "postinstall-build" : " ^0.2.1"
32
+ "jwt-decode" : " ^2.0.1"
32
33
},
33
34
"devDependencies" : {
34
35
"babel-cli" : " ^6.9.0" ,
You can’t perform that action at this time.
0 commit comments