Skip to content

Commit 9a228be

Browse files
author
Simon Korn
committed
es6 change is complete, moving on to directive additions
1 parent 4722d2d commit 9a228be

File tree

16 files changed

+435
-214
lines changed

16 files changed

+435
-214
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
node_modules
2+
app/index.js
3+
app/index.js.map

.jscsrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
2+
"preset": "airbnb",
3+
"esnext": true
34
}

.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
2+
"esnext": true
33
}

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
index.js

LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Textalk
3+
Copyright (c) 2015 Simon Korn
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-

app/index.js

Lines changed: 168 additions & 153 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/templates/base/demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script src="../bower_components/objectpath/lib/ObjectPath.js"></script>
77
<script src="../bower_components/angular-schema-form/dist/schema-form.min.js"></script>
88
<script src="../bower_components/angular-schema-form-bootstrap/bootstrap-decorator.min.js"></script>
9-
<script src="../dist/<%= paramName %>.js"></script>
9+
<script src="../dist/asf-addon.js"></script>
1010

1111
<link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.min.css">
1212
<link rel="stylesheet" href="main.css">

0 commit comments

Comments
 (0)