Skip to content

Commit 5860e8d

Browse files
committed
chore(package): bump version to v0.1.0-beta.1
1 parent 5555396 commit 5860e8d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: .npmignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
node_modules
2+
example
3+
test
4+
docs
5+
greenkeeper.json
6+
coverage
7+
.github
8+
yarn.lock

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bazzite/nuxt-optimized-images",
3-
"version": "0.1.0",
3+
"version": "0.1.0-beta.1",
44
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
55
"main": "lib/index.js",
66
"directories": {

0 commit comments

Comments
 (0)