Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ycabon committed May 10, 2016
1 parent e1953a9 commit 55e57b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "arcgis-js-api-devtools",
"version": "0.0.1",
"description": "Chrome Devtools custom formatter for arcgis-js-api objects",
"main": "dist/arcgis-js-api-devtools",
"version": "1.0.0",
"description": "Chrome Devtools custom formatter for objects from ArcGIS JS API 4 for JavaScript",
"main": "dist/main",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -19,7 +19,7 @@
"arcgis-js-api"
],
"author": "Yann Cabon",
"license": "MIT",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ycabon/arcgis-js-api-devtools/issues"
},
Expand Down

0 comments on commit 55e57b4

Please sign in to comment.