Skip to content

Commit

Permalink
fix main entry; alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jan 18, 2020
1 parent e688708 commit 931bd17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@cirru/parser.ts",
"version": "0.0.1-a2",
"version": "0.0.1-a3",
"description": "Cirru Parser in TypeScript",
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"dev": "webpack-dev-server --hot --config webpack/dev.js",
"watch": "webpack-dev-server --hot --config webpack/dev.js",
Expand Down

0 comments on commit 931bd17

Please sign in to comment.