Skip to content

Commit

Permalink
order package.json fields
Browse files Browse the repository at this point in the history
Move all 'npm files' related fields prior to the "scripts"
  • Loading branch information
tbouffard committed Oct 5, 2020
1 parent 368d678 commit 5bbbb11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
"homepage": "https://github.com/process-analytics/bpmn-visualization-js#readme",
"bugs": "https://github.com/process-analytics/bpmn-visualization-js/issues" ,
"license": "Apache-2.0",
"browser": "dist/bpmn-visualization.js",
"module": "dist/bpmn-visualization.esm.js",
"contributors": [
{
"name" : "Thomas Bouffard",
Expand All @@ -36,14 +34,16 @@
"url" : "https://github.com/aibcmars"
}
],
"files": [
"dist"
],
"types": "dist/bpmn-visualization.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/process-analytics/bpmn-visualization-js.git"
},
"browser": "dist/bpmn-visualization.js",
"module": "dist/bpmn-visualization.esm.js",
"types": "dist/bpmn-visualization.d.ts",
"files": [
"dist"
],
"scripts": {
"all": "run-s clean lint lint-check build test",
"clean": "rimraf build coverage dist",
Expand Down

0 comments on commit 5bbbb11

Please sign in to comment.