Skip to content

Commit

Permalink
switched to ES2015 modules + babelify instead of checking for environ…
Browse files Browse the repository at this point in the history
…ment, and linting
  • Loading branch information
benmarch committed Jun 25, 2015
1 parent 33c177f commit 31ea87c
Show file tree
Hide file tree
Showing 54 changed files with 5,215 additions and 5,868 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ bower_components/
# generated files #
######################
coverage/
complexity/
.idea/
.DS_Store
.DS_Store?
Expand Down
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"node": true,
"browser": true,
"esnext": true,
"bitwise": true,
"bitwise": false,
"camelcase": true,
"curly": true,
"eqeqeq": true,
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spel2js",
"version": "0.1.0",
"version": "0.2.0",
"description": "Parse Spring Expression Language in JavaScript",
"main": "dist/spel2js.js",
"author": {
Expand Down
Loading

0 comments on commit 31ea87c

Please sign in to comment.