Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bzuillsmith committed Sep 16, 2021
1 parent 867d614 commit 01c02f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "dxf-parser",
"version": "1.0.0-alpha.3",
"version": "1.0.0",
"description": "Parse dxf files into a readable, logical js object.",
"main": "dist/dxf-parser.js",
"module": "src/index.js",
"scripts": {
"test": "mocha --require @babel/register test",
"dev": "webpack --mode development",
"prod": "webpack --mode production"
"prod": "webpack --mode production",
"publishOnly": "npm run prod"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 01c02f6

Please sign in to comment.