Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Jun 6, 2019
1 parent e14a935 commit e84b6ec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "drawing-tool",
"private": true,
"author": {
"name": "Jonathan Beliën",
"email": "jbe@geo6.be"
},
"scripts": {
"watch": "parcel watch --out-dir=public/ --out-file=drawing-tool.js resources/js/index.js",
"build": "parcel build --out-dir=public/ --out-file=drawing-tool.js --no-source-maps resources/js/index.js"
Expand All @@ -14,6 +10,6 @@
"sass": "^1.20.3"
},
"dependencies": {
"ol": "^5.3.3"
"ol": "5.3.3"
}
}

0 comments on commit e84b6ec

Please sign in to comment.