Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Commit d9e9d24

Browse files
author
Hans Kristian Flaatten
committed
Merge branch 'fix-npm-deploy'
2 parents 7d5a534 + a1b0338 commit d9e9d24

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.npmignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ logs
1313
results
1414

1515
node_modules/
16-
.vagrant/
17-
env/
1816
src/
1917
test/
2018

2119
.DS_Store
2220
.gitignore
21+
22+
docker-compose.yml
23+
wercker.yml

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "turbasen-auth",
33
"version": "1.1.2",
44
"description": "Authenticate group users in Nasjonal Turbase",
5-
"main": "lib/index.js",
5+
"main": "lib/auth.js",
66
"directories": {
77
"src": "src",
88
"lib": "lib",
99
"test": "test"
1010
},
1111
"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",
1414
"postpublish": "rm -rf lib",
1515
"test": "INTEGRATION_TEST=true node_modules/.bin/mocha test/suite.coffee -R spec --compilers coffee:coffee-script/register",
1616
"watch": "INTEGRATION_TEST=true node_modules/.bin/mocha -b -c --check-leaks test/suite.coffee -R progress --compilers coffee:coffee-script/register -w"

wercker.yml

-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ build:
1616

1717
deploy:
1818
steps:
19-
- npm-install
2019
- turistforeningen/npm-publish

0 commit comments

Comments
 (0)