Skip to content

Commit

Permalink
[*]Change d.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
baka397 committed Aug 6, 2018
1 parent 1da24a3 commit db4e1b7
Show file tree
Hide file tree
Showing 2 changed files 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,9 +1,9 @@
{
"name": "func-formula-parser",
"version": "0.1.0",
"version": "0.1.1",
"description": "a AST parser for formula & formula function",
"main": "dist/index.js",
"types": "index.d.ts",
"types": "src/index.d.ts",
"scripts": {
"commit": "npm run build && npm run cover-test && npm run benchmark",
"unit-test": "node ./node_modules/mocha/bin/mocha",
Expand Down
File renamed without changes.

0 comments on commit db4e1b7

Please sign in to comment.