Skip to content

Commit c03cca0

Browse files
committed
0.0.2
1 parent ffe23d4 commit c03cca0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@github/remote-form",
3-
"version": "0.0.0",
3+
"version": "0.0.2",
44
"description": "Decorator that will submit a form over AJAX",
55
"repository": "github/remote-form",
66
"files": [
@@ -24,7 +24,9 @@
2424
"remote-form",
2525
"form"
2626
],
27-
"eslintIgnore": ["dist/"],
27+
"eslintIgnore": [
28+
"dist/"
29+
],
2830
"license": "MIT",
2931
"devDependencies": {
3032
"@babel/cli": "^7.1.5",

0 commit comments

Comments
 (0)