Skip to content

Commit 8786a76

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents ad8d0a8 + b89d784 commit 8786a76

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

generated/.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
"env": {
2323
"browser": 1, // browser global variables.
24+
"es6": 1, // ES6 activate!
2425
"node": 1, // Node.js global variables and Node.js-specific rules.
2526
"amd": 0, // defines require() and define() as global variables as per the amd spec.
2627
"mocha": 1, // adds all of the Mocha testing global variables.
@@ -215,4 +216,4 @@
215216
"no-bitwise": 0, // disallow use of bitwise operators (off by default)
216217
"no-plusplus": 0 // disallow use of unary operators, ++ and -- (off by default)
217218
}
218-
}
219+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fsg",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "Fullstack, generate!",
55
"bin": {
66
"fsg": "bin/fsg"

0 commit comments

Comments
 (0)