Skip to content

Commit

Permalink
v1.0.0, define "module" bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Dec 19, 2018
1 parent e019177 commit f5ada0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "rete",
"version": "1.0.0-beta.5",
"version": "1.0.0",
"description": "JavaScript framework",
"main": "build/rete.min.js",
"module": "build/rete.debug.js",
"types": "src/index.d.ts",
"scripts": {
"lint": "eslint src --fix",
Expand Down

0 comments on commit f5ada0f

Please sign in to comment.