This repository was archived by the owner on Sep 20, 2022. It is now read-only.
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
results
14
14
15
15
node_modules /
16
- .vagrant /
17
- env /
18
16
src /
19
17
test /
20
18
21
19
.DS_Store
22
20
.gitignore
21
+
22
+ docker-compose.yml
23
+ wercker.yml
Original file line number Diff line number Diff line change 2
2
"name" : " turbasen-auth" ,
3
3
"version" : " 1.1.2" ,
4
4
"description" : " Authenticate group users in Nasjonal Turbase" ,
5
- "main" : " lib/index .js" ,
5
+ "main" : " lib/auth .js" ,
6
6
"directories" : {
7
7
"src" : " src" ,
8
8
"lib" : " lib" ,
9
9
"test" : " test"
10
10
},
11
11
"scripts" : {
12
- "build" : " coffee --bare --join lib/index.js --compile src/*.coffee" ,
13
- "prepublish" : " coffee --bare --join lib/index.js --compile src/*.coffee" ,
12
+ "build" : " node_modules/.bin/ coffee --bare --output lib --compile src/*.coffee" ,
13
+ "prepublish" : " node_modules/.bin/ coffee --bare --output lib --compile src/*.coffee" ,
14
14
"postpublish" : " rm -rf lib" ,
15
15
"test" : " INTEGRATION_TEST=true node_modules/.bin/mocha test/suite.coffee -R spec --compilers coffee:coffee-script/register" ,
16
16
"watch" : " INTEGRATION_TEST=true node_modules/.bin/mocha -b -c --check-leaks test/suite.coffee -R progress --compilers coffee:coffee-script/register -w"
Original file line number Diff line number Diff line change 16
16
17
17
deploy :
18
18
steps :
19
- - npm-install
20
19
- turistforeningen/npm-publish
You can’t perform that action at this time.
0 commit comments