Skip to content

Commit 17cf6e5

Browse files
authored
Merge pull request #64 from zashishz/parcel-dev-build-issue
Fix: Parcel Invalid Version: undefined issue
2 parents f64d775 + 23cbd69 commit 17cf6e5

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
@@ -46,6 +46,6 @@
4646
"babel-preset-env": "^1.7.0",
4747
"babel-preset-react": "^6.24.1",
4848
"jest": "^24.9.0",
49-
"parcel": "^1.12.3"
49+
"parcel": "1.12.3"
5050
}
5151
}

0 commit comments

Comments
 (0)