aboutsummaryrefslogtreecommitdiffstats
path: root/library/moment
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-18 23:58:47 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-18 23:58:47 +0100
commitdb9c2992e3102323b7500213c1ddea3b8611e1f0 (patch)
treea061b4cd2abda66cdb8018330fcca2acd4c06093 /library/moment
parentb23284cba28335f61595f2264685b1bbafc19183 (diff)
downloadvolse-hubzilla-db9c2992e3102323b7500213c1ddea3b8611e1f0.tar.gz
volse-hubzilla-db9c2992e3102323b7500213c1ddea3b8611e1f0.tar.bz2
volse-hubzilla-db9c2992e3102323b7500213c1ddea3b8611e1f0.zip
remove more unneeded files
Diffstat (limited to 'library/moment')
-rw-r--r--library/moment/.editorconfig17
-rw-r--r--library/moment/.gitignore13
-rw-r--r--library/moment/.jscs.json67
-rw-r--r--library/moment/.jshintrc31
-rw-r--r--library/moment/.npmignore1
-rw-r--r--library/moment/.spmignore8
-rw-r--r--library/moment/.travis.yml20
7 files changed, 0 insertions, 157 deletions
diff --git a/library/moment/.editorconfig b/library/moment/.editorconfig
deleted file mode 100644
index 2451a5610..000000000
--- a/library/moment/.editorconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-root = true
-
-[*]
-charset = utf-8
-end_of_line = lf
-insert_final_newline = true
-trim_trailing_whitespace = true
-indent_style = space
-
-[*.{js,json}]
-indent_size = 4
-
-[*.{yml}]
-indent_size = 2
-
-[*.md]
-trim_trailing_whitespace = false
diff --git a/library/moment/.gitignore b/library/moment/.gitignore
deleted file mode 100644
index 4d1faf41d..000000000
--- a/library/moment/.gitignore
+++ /dev/null
@@ -1,13 +0,0 @@
-node_modules/
-.DS_Store
-min/moment+customlangs.js
-min/moment+customlangs.min.js
-sauce_connect.log
-.sauce-labs.creds
-npm-debug.log
-.build*
-build
-coverage
-nyc_output
-.nyc_output
-.coveralls.yml
diff --git a/library/moment/.jscs.json b/library/moment/.jscs.json
deleted file mode 100644
index 72747b5f4..000000000
--- a/library/moment/.jscs.json
+++ /dev/null
@@ -1,67 +0,0 @@
-{
- "requireCurlyBraces": [
- "if",
- "else",
- "for",
- "while",
- "do",
- "try",
- "catch"
- ],
- "requireSpaceAfterKeywords": [
- "if",
- "else",
- "for",
- "while",
- "do",
- "switch",
- "return",
- "try",
- "catch"
- ],
- "requireSpaceBeforeBlockStatements": true,
- "requireParenthesesAroundIIFE": true,
- "requireSpacesInConditionalExpression": true,
- "requireSpacesInAnonymousFunctionExpression": {
- "beforeOpeningRoundBrace": true,
- "beforeOpeningCurlyBrace": true
- },
- "requireSpacesInNamedFunctionExpression": {
- "beforeOpeningCurlyBrace": true
- },
- "disallowSpacesInNamedFunctionExpression": {
- "beforeOpeningRoundBrace": true
- },
- "requireBlocksOnNewline": true,
- "disallowPaddingNewlinesInBlocks": true,
- "disallowEmptyBlocks": true,
- "disallowSpacesInsideObjectBrackets": true,
- "disallowSpacesInsideArrayBrackets": true,
- "disallowSpacesInsideParentheses": true,
- "requireCommaBeforeLineBreak": true,
- "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
- "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
- "requireSpaceBeforeBinaryOperators": [
- "=", "+=", "-=", "*=", "/=", "%=", "<<=", ">>=", ">>>=",
- "&=", "|=", "^=",
-
- "+", "-", "*", "/", "%", "<<", ">>", ">>>", "&",
- "|", "^", "&&", "||", "===", "==", ">=",
- "<=", "<", ">", "!=", "!=="
- ],
- "requireSpaceAfterBinaryOperators": true,
- "requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties",
- "disallowKeywords": ["with"],
- "disallowMultipleLineStrings": true,
- "validateLineBreaks": "LF",
- "validateIndentation": 4,
- "disallowTrailingWhitespace": true,
- "disallowTrailingComma": true,
- "requireLineFeedAtFileEnd": true,
- "requireCapitalizedConstructors": true,
- "validateQuoteMarks": {
- "mark": "'",
- "escape": true
- },
- "esnext": true
-}
diff --git a/library/moment/.jshintrc b/library/moment/.jshintrc
deleted file mode 100644
index 220eb214c..000000000
--- a/library/moment/.jshintrc
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "node" : true,
- "browser" : true,
- "boss" : false,
- "curly" : true,
- "debug" : false,
- "devel" : false,
- "eqeqeq" : true,
- "eqnull" : true,
- "esnext" : true,
- "evil" : false,
- "forin" : false,
- "immed" : false,
- "laxbreak" : false,
- "newcap" : true,
- "noarg" : true,
- "noempty" : false,
- "nonew" : false,
- "onevar" : true,
- "plusplus" : false,
- "regexp" : false,
- "undef" : true,
- "sub" : true,
- "strict" : false,
- "white" : true,
- "es3" : false,
- "camelcase" : true,
- "globals": {
- "define": false
- }
-}
diff --git a/library/moment/.npmignore b/library/moment/.npmignore
deleted file mode 100644
index 9daeafb98..000000000
--- a/library/moment/.npmignore
+++ /dev/null
@@ -1 +0,0 @@
-test
diff --git a/library/moment/.spmignore b/library/moment/.spmignore
deleted file mode 100644
index 268f808b3..000000000
--- a/library/moment/.spmignore
+++ /dev/null
@@ -1,8 +0,0 @@
-benchmarks
-bower_components
-meteor
-min
-node_modules
-scripts
-tasks
-test
diff --git a/library/moment/.travis.yml b/library/moment/.travis.yml
deleted file mode 100644
index 8de20b04b..000000000
--- a/library/moment/.travis.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-language: node_js
-node_js:
- - "0.10"
-sudo: false
-
-env:
- global:
- - secure: "M4STT2TOZxjzv3cZOgSVi0J4j6enrGjgE+p5YTNUw+S6Dg6FS5pTIPeafu1kGhfm7F0uk7xPVwGKYb+3uWNO9IhkKXz8jySMMQ2iKISHwECGNNuFNjSMD1vIjbIkLwV8TyPO/PurQg2s+WtYz+DoAZsDFKpdaRUtif64OjdQ3vQ="
- - secure: "V+i7kHoGe7VXWGplPNqJz+aDtgDF9Dh9/guoaf2BPyXLvkFW6VgMjJyoNUW7JVsakrWzAz2ubb734vAPDt7BCcFQ2BqfatOmabdFogviCaXC6IqVaEkYS2eSP7MIUPIeWJgnTrDGzkFMDk4K7y5SiVJ8UmYwZxe+tJV7kbb0Yig="
-
-before_script:
- - npm install -g grunt-cli
-
-script: grunt build:travis
-
-git:
- depth: 10
-
-# TODO: Fix problem with coveralls.io not displaying autogenerated files
-# after_success: npm run coveralls