Skip to content

Commit

Permalink
0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed Aug 12, 2018
1 parent 15abc20 commit 3510303
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "named-import",
"description": "a dynamic import sugar syntax function",
"version": "0.0.0-pre",
"files": ["index.mjs", "index.js"],
"version": "0.0.0",
"files": [
"index.mjs",
"index.js"
],
"scripts": {
"start": "abby format, test --watch \"*.mjs\"",
"test": "node --experimental-modules test.mjs",
Expand Down

0 comments on commit 3510303

Please sign in to comment.