Skip to content

Commit

Permalink
Fixed an issue with published artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgosart committed Sep 7, 2020
1 parent 4f8b3cb commit 7fc7732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
src/
src/*
.babelrc
.npmignore
LICENSE
.github
.idea
coverage
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "strong-typed",
"version": "0.3.0",
"version": "0.3.1",
"description": "A runtime type-checking library for javascript",
"main": "src/index.js",
"main": "dist/main.js",
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
Expand Down

0 comments on commit 7fc7732

Please sign in to comment.