Skip to content

Commit a5c502f

Browse files
committed
No ".dev" should appear in package.json version number
This is the error message I got when I ran `inv assets`: npm WARN Invalid version: "0.4.1.dev" npm WARN flask-restx No description npm WARN flask-restx No repository field. npm WARN flask-restx No README data npm WARN flask-restx No license field.
1 parent a39e06f commit a5c502f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flask-restx",
3-
"version": "0.4.1.dev",
3+
"version": "0.4.1-dev",
44
"description": "Fully featured framework for fast, easy and documented API development with Flask",
55
"repository": "python-restx/flask-restx",
66
"keywords": [

0 commit comments

Comments
 (0)