Skip to content

Commit 88054c3

Browse files
committed
Fixed package publishing.
1 parent a314ebc commit 88054c3

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

.npmignore

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Dependency directory
2+
node_modules/
3+
4+
# Documentation directory
5+
docs/
6+
7+
# Source directory
8+
src/
9+
10+
# Build directory
11+
dist/bundle/
12+
dist/tests/
13+
dist/mocha/
14+
15+
# Sourcemap, log, packed files
16+
*.map
17+
*.log
18+
*.tgz
19+
20+
# Ignore files
21+
.gitignore
22+
.npmignore
23+
24+
# Build configuration files
25+
tsconfig.json
26+
webpack.config.js
27+
webpack.dev.config.js
28+
.travis.yml
29+
nodemon.json
30+
31+
# Editor configuration files
32+
.vscode/
33+
34+
# MkDocs files
35+
mkdocs.yml
36+
site

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017 Sean Johnson
1+
Copyright (c) 2018 Sean Johnson
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

0 commit comments

Comments
 (0)