Skip to content

Commit

Permalink
chore: Switch from npub to nlm
Browse files Browse the repository at this point in the history
BREAKING CHANGE: We are only testing against node v4 from now on.
  • Loading branch information
Jan Krems committed Dec 16, 2015
1 parent 6323b84 commit e782cba
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .nlmrc
@@ -0,0 +1,2 @@
[license]
files[] = src
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,5 +1,7 @@
language: node_js
node_js:
  - 0.10
  - 0.12
  - iojs
  - '4.2'
before_script:
- git config --global user.email "opensource@groupon.com"
- git config --global user.name "CI"
after_success: "./node_modules/.bin/nlm publish"
21 changes: 10 additions & 11 deletions package.json
Expand Up @@ -8,31 +8,30 @@
"type": "git",
"url": "https://github.com/groupon/shared-store.git"
},
"files": [
"lib",
"file.js",
"http.js"
],
"bugs": "https://github.com/groupon/shared-store.git",
"license": "BSD-2-Clause",
"license": "BSD-3-Clause",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"license": {
"exclude": [
"lib",
"test"
]
}
"registry": "https://registry.npmjs.org"
},
"scripts": {
"build": "npub prep && coffeelint src test && coffee -cbo lib src",
"build": "coffeelint src test && coffee -cbo lib src",
"watch": "coffee -wcbo lib src & nodemon -w lib -w test -x mocha",
"pretest": "rm -rf lib && npm run build",
"test": "mocha",
"posttest": "npub verify"
"posttest": "nlm release"
},
"devDependencies": {
"assertive": "^1.4.1",
"coffee-script": "1.9.0",
"coffeelint": "^1.9.2",
"mocha": "^2.1.0",
"nlm": "^1.0.1",
"nodemon": "^1.3.7",
"npub": "^2.0.1",
"rimraf": "^2.2.8",
"tmp": "0.0.24"
},
Expand Down

0 comments on commit e782cba

Please sign in to comment.