Skip to content

Commit a09c0a4

Browse files
committed
Release 1.0.1 - Add .npmignore
1 parent 2b88ff2 commit a09c0a4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.npmignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
*.tgz
2+
src
3+
test
4+
vendor
5+
build/doc
6+
build/cmi5-min.js.map
7+
.travis.yml
8+
.eslintrc.json
9+
.gitmodules
10+
NEXT

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cmi5.js",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A JavaScript library implementing the cmi5 specification for AUs during runtime.",
55
"repository": "https://github.com/RusticiSoftware/cmi5.js",
66
"license": "SEE LICENSE IN LICENSE.md",

0 commit comments

Comments
 (0)