Skip to content

Commit

Permalink
fixes npmignore and package.json to ignore src and utils files
Browse files Browse the repository at this point in the history
  • Loading branch information
emelalkim committed Apr 9, 2020
1 parent efdac09 commit 32fd6fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/
config/
utils/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "aimapi",
"version": "0.1.1",
"version": "0.1.2",
"description": "Utility classes and methods for AIM creation and manipulation",
"main": "src/aimHelper.js",
"main": "build/aimapi.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
Expand Down

0 comments on commit 32fd6fe

Please sign in to comment.