Skip to content

Commit c32aa16

Browse files
committed
import images working
1 parent 7dbe026 commit c32aa16

File tree

26 files changed

+1943
-484
lines changed

26 files changed

+1943
-484
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ typings/
8181
# Nuxt.js build / generate output
8282
.nuxt
8383
dist
84-
.build
8584

8685
# Gatsby files
8786
.cache/
@@ -103,3 +102,7 @@ dist
103102

104103
# TernJS port file
105104
.tern-port
105+
106+
# Incept.js
107+
.build
108+
archives

examples/pluggable-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"./plugin/static"
1111
],
1212
"dependencies": {
13-
"inceptjs": "^0.0.12"
13+
"inceptjs": "^0.0.13"
1414
}
1515
}

examples/vanilla-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
},
88
"incept": "./index",
99
"dependencies": {
10-
"inceptjs": "^0.0.12"
10+
"inceptjs": "^0.0.13"
1111
}
1212
}

0 commit comments

Comments
 (0)