Skip to content

Commit 6a72676

Browse files
committed
first build
1 parent 7ce5a43 commit 6a72676

7 files changed

+21169
-1
lines changed

.babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["es2015"]
3+
}

.jshintrc

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"node": true,
3+
"esnext": true,
4+
"bitwise": true,
5+
"camelcase": true,
6+
"curly": true,
7+
"eqeqeq": true,
8+
"immed": true,
9+
"indent": 4,
10+
"newcap": true,
11+
"noarg": true,
12+
"quotmark": "single",
13+
"regexp": true,
14+
"undef": true,
15+
"latedef":false,
16+
"unused": true,
17+
"strict": true,
18+
"trailing": true,
19+
"smarttabs": true,
20+
"white": true,
21+
"validthis": true,
22+
"browser":true,
23+
"globals": {
24+
"angular": false
25+
}
26+
}

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"dependencies": {
3535
"angular": "1.6.9",
36-
"rico-js": "1.0.0-CR.7",
36+
"rico-js": "https://github.com/rico-project/rico-js.git#master",
3737
"core.js": "2.4.1"
3838
}
3939
}

0 commit comments

Comments
 (0)