Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 0fb3969

Browse files
committedOct 7, 2016
chore(project): update deps and use spoonx-tools
1 parent 3f1e891 commit 0fb3969

23 files changed

+190
-622
lines changed
 

‎.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
11+
# 2 space indentation
12+
[**.*]
13+
indent_style = space
14+
indent_size = 2

‎.npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
jspm_packages
2+
bower_components
3+
.idea

‎.remarkrc

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"output": true,
3+
"plugins": {
4+
"lint": {
5+
"maximum-line-length": false,
6+
"heading-style": "atx",
7+
"no-duplicate-headings": false,
8+
"no-undefined-references": false,
9+
"no-shortcut-reference-link": false,
10+
"no-heading-punctuation": ".,;:!",
11+
"list-item-indent": false
12+
}
13+
},
14+
"settings": {
15+
"gfm": true,
16+
"bullet": "*",
17+
"closeAtx": false,
18+
"fences": true,
19+
"listItemIndent": "1",
20+
"rule": "-",
21+
"ruleRepetition": 10,
22+
"ruleSpaces": false
23+
}
24+
}

‎.snyk

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ignore: {}
2+
patch: {}
3+
version: v1

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '0.12'
3+
- '5.7.0'
44
before_install:
55
- npm install -g jspm
66
- jspm config registries.github.auth U3Bvb25YOjY2NWIxYWQ2ZTM4ZjUxZGNjMzcwNDBkYzMxYjgxZGVkZjE1M2RjYjg=

‎bower.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
"url": "git+ssh://git@github.com/SpoonX/aurelia-datatable-export.git"
2323
},
2424
"dependencies": {
25-
"aurelia-binding": "^1.0.0-rc.1.0.0",
26-
"aurelia-templating": "^1.0.0-rc.1.0.0",
27-
"aurelia-view-manager": "^0.0.7"
25+
"aurelia-binding": "^1.0.0",
26+
"aurelia-templating": "^1.0.0",
27+
"aurelia-view-manager": "^0.1.0",
28+
"json2csv": "^3.7.0"
2829
}
2930
}

‎build/args.js

-13
This file was deleted.

‎build/babel-options.js

-65
This file was deleted.

‎build/paths.js

-38
This file was deleted.

‎build/tasks/build.js

-184
This file was deleted.

‎build/tasks/clean.js

-9
This file was deleted.

0 commit comments

Comments
 (0)
This repository has been archived.