File tree 4 files changed +32
-0
lines changed
cra-template-brightsign-app
cra-template-brightsign-dashboard
example-node-simple-server
4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 8
8
],
9
9
"author" : " Diego Benitez <dbenitez@brightsign.biz>" ,
10
10
"license" : " SEE LICENSE IN License.txt" ,
11
+ "repository" : {
12
+ "url" : " https://github.com/brightsign/dev-cookbook.git" ,
13
+ "type" : " git" ,
14
+ "directory" : " cra-template-brightsign-app/"
15
+ },
16
+ "publishConfig" : {
17
+ "registry" : " https://registry.npmjs.org"
18
+ },
11
19
"scripts" : {
12
20
"test" : " jest --config jest.config.js template/src/" ,
13
21
"format:check" : " prettier . --check --config ../.prettierrc.js --cache --cache-location=../prettiercache" ,
Original file line number Diff line number Diff line change 8
8
],
9
9
"author" : " Diego Benitez <dbenitez@brightsign.biz>" ,
10
10
"license" : " SEE LICENSE IN License.txt" ,
11
+ "repository" : {
12
+ "url" : " https://github.com/brightsign/dev-cookbook.git" ,
13
+ "type" : " git" ,
14
+ "directory" : " cra-template-brightsign-dashboard/"
15
+ },
16
+ "publishConfig" : {
17
+ "registry" : " https://registry.npmjs.org"
18
+ },
11
19
"scripts" : {
12
20
"test" : " jest --config jest.config.js template/src/" ,
13
21
"format:check" : " prettier . --check --config ../.prettierrc.js --cache --cache-location=../prettiercache" ,
Original file line number Diff line number Diff line change 12
12
"lint" : " eslint --no-error-on-unmatched-pattern --config ../.eslintrc template/src/**/*.{js,jsx}" ,
13
13
"publish-package" : " npm publish"
14
14
},
15
+ "repository" : {
16
+ "url" : " https://github.com/brightsign/dev-cookbook.git" ,
17
+ "type" : " git" ,
18
+ "directory" : " example-node-simple-server/"
19
+ },
20
+ "publishConfig" : {
21
+ "registry" : " https://registry.npmjs.org"
22
+ },
15
23
"keywords" : [],
16
24
"author" : " " ,
17
25
"license" : " ISC" ,
Original file line number Diff line number Diff line change 19
19
"test" : " jest --config jest.config.js src/" ,
20
20
"publish" : " npm publish"
21
21
},
22
+ "repository" : {
23
+ "url" : " https://github.com/brightsign/dev-cookbook.git" ,
24
+ "type" : " git" ,
25
+ "directory" : " template-html5-app/"
26
+ },
27
+ "publishConfig" : {
28
+ "registry" : " https://registry.npmjs.org"
29
+ },
22
30
"author" : " BrightSign LLC" ,
23
31
"license" : " ISC" ,
24
32
"dependencies" : {
You can’t perform that action at this time.
0 commit comments