Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Fabrizio Ruggeri
caravaggio
Commits
4ee48342
Commit
4ee48342
authored
Jun 10, 2020
by
Fabrizio Ruggeri
Browse files
Bump version to 3.0.1
parent
e79b1704
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
package-lock.json
package-lock.json
+1
-1
package.json
package.json
+2
-2
No files found.
package-lock.json
View file @
4ee48342
{
"name"
:
"caravaggio"
,
"version"
:
"3.0.
0
"
,
"version"
:
"3.0.
1
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
package.json
View file @
4ee48342
{
"name"
:
"caravaggio"
,
"version"
:
"3.0.
0
"
,
"version"
:
"3.0.
1
"
,
"description"
:
"A blazing fast image processor service"
,
"main"
:
"dist/index.js"
,
"types"
:
"dist/index.d.ts"
,
...
...
@@ -11,7 +11,7 @@
"start"
:
"NODE_ENV=production node dist/server"
,
"dev"
:
"NODE_ENV=development tsnd --respawn src/server.ts"
,
"build"
:
"rimraf -G dist/ && NODE_ENV=production tsc --build"
,
"prep
ublish
"
:
"npm run build"
,
"prep
are
"
:
"npm run build"
,
"test"
:
"npm run lint && npm run test-only -- --coverage --colors=false"
,
"test-only"
:
"NODE_ENV=test jest"
,
"test-watch"
:
"npm run test-only -- --watch"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment