Skip to content

Commit

Permalink
fix: Make sure build dir is actually in npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
nervetattoo committed Mar 23, 2020
1 parent 0520c5f commit 4402552
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
src
node_modules
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "sanity-plugin-mermaid",
"version": "1.0.1",
"main": "build/index.js",
"browser": "build/index.js",
"author": "Raymond Julin <raymond.julin@gmail.com>",
"license": "MIT",
"scripts": {
"build": "babel src -d build",
"build": "babel src -d build --copy-files",
"semantic-release": "semantic-release"
},
"keywords": [
Expand Down

0 comments on commit 4402552

Please sign in to comment.