Skip to content

Commit

Permalink
Merge pull request #512 from bigopon/fix-package.json
Browse files Browse the repository at this point in the history
fix(dist): adjust typings path, add npmignore
  • Loading branch information
EisenbergEffect authored Nov 16, 2018
2 parents 73338f8 + 74f58fb commit e20a9c1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4,569 deletions.
15 changes: 15 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.vscode
doc
src
test
.editorconfig
.gitignore
.npmignore
circle.yml
CONTRIBUTING.md
ISSUE_TEMPLATE.md
karma.conf.js
rollup.config.js
tsconfig.build.json
tsconfig.json
tslint.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"license": "MIT",
"author": "Jeremy Danyow <jdanyow@gmail.com> (https:/danyow.net/)",
"main": "dist/commonjs/aurelia-validation.js",
"types": "dist/types/aurelia-validation.d.ts",
"typings": "dist/types/aurelia-validation.d.ts",
"types": "dist/aurelia-validation.d.ts",
"typings": "dist/aurelia-validation.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/aurelia/validation"
Expand Down
2 changes: 1 addition & 1 deletion typings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "aurelia-validation",
"main": "dist/types/aurelia-validation.d.ts"
"main": "dist/aurelia-validation.d.ts"
}
Loading

0 comments on commit e20a9c1

Please sign in to comment.