Skip to content

Commit

Permalink
import images working
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanquera committed Sep 26, 2021
1 parent 7dbe026 commit c32aa16
Show file tree
Hide file tree
Showing 26 changed files with 1,943 additions and 484 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ typings/
# Nuxt.js build / generate output
.nuxt
dist
.build

# Gatsby files
.cache/
Expand All @@ -103,3 +102,7 @@ dist

# TernJS port file
.tern-port

# Incept.js
.build
archives
2 changes: 1 addition & 1 deletion examples/pluggable-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"./plugin/static"
],
"dependencies": {
"inceptjs": "^0.0.12"
"inceptjs": "^0.0.13"
}
}
2 changes: 1 addition & 1 deletion examples/vanilla-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"incept": "./index",
"dependencies": {
"inceptjs": "^0.0.12"
"inceptjs": "^0.0.13"
}
}
Loading

0 comments on commit c32aa16

Please sign in to comment.