Skip to content

Commit

Permalink
[[CHORE]] Add src to npm distro (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmendiara authored Dec 19, 2016
1 parent aeebb7a commit 8460042
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 0 additions & 6 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,5 @@ npm-debug.log
.istanbul.yml
.jscsrc
.travis.yml
tsconfig.json
tslint.json
typings.json

CONTRIBUTING.md

*.spec.js
*.spec.ts
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"description": "Bot Core package to run bots",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"scripts-info": {
"info": "List available scripts",
"build": "Builds the plugin, by cleaning and compiling TypesScript into Javascript",
Expand Down Expand Up @@ -69,6 +66,6 @@
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"tslint": "^3.15.1",
"typescript": "^2.0.0"
"typescript": "2.0.10"
}
}

0 comments on commit 8460042

Please sign in to comment.