Skip to content

Commit

Permalink
Simplify package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmcmlxxvi committed Jun 11, 2019
1 parent d4ee5b9 commit d53d6da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "olexp",
"version": "0.3.2",
"description": "OpenLayers Explorer is a JavaScript application that combines the power of OpenLayers 3 interactive mapping and the layout management of w2ui.",
"description": "OpenLayers Explorer is a simple out-of-the-box web mapping solution.",
"author": {
"name": "Daniel Pulido",
"email": "dpmcmlxxvi@gmail.com"
Expand All @@ -25,6 +25,7 @@
"lint": "run-s lint:css lint:js",
"lint:css": "stylelint 'src/css/*.css'",
"lint:js": "eslint *.js 'src/js/*.js'",
"prepare": "npm run build",
"test": "jest"
},
"repository": {
Expand Down Expand Up @@ -76,7 +77,5 @@
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0"
},
"preferGlobal": false,
"private": false,
"license": "MIT"
}

0 comments on commit d53d6da

Please sign in to comment.