Skip to content

Commit

Permalink
Merge pull request #233 from paolobueno/patch-1
Browse files Browse the repository at this point in the history
Include `src/` in published package
  • Loading branch information
brianleroux authored Nov 17, 2017
2 parents b0c825f + a145358 commit 4a20309
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/src
/util
/doc
makefile
makefile
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "0.11"
before_script:
- npm install -g grunt-cli
- npm install grunt grunt-contrib-qunit
script: grunt test -v
- "lts/*"
- "node"
- "4"
script: npm run test
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
"author": "Brian Leroux",
"version": "0.6.4",
"repository": {
"type": "git",
"type": "git",
"url": "https://github.com/brianleroux/lawnchair.git"
},
"main": "./lib/lawnchair.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-qunit": "^2.0.0"
}
}

0 comments on commit 4a20309

Please sign in to comment.