Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/yaml/browser/types/timestamp.js')
-rw-r--r--assets/node_modules/yaml/browser/types/timestamp.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/assets/node_modules/yaml/browser/types/timestamp.js b/assets/node_modules/yaml/browser/types/timestamp.js
deleted file mode 100644
index 924911a..0000000
--- a/assets/node_modules/yaml/browser/types/timestamp.js
+++ /dev/null
@@ -1,10 +0,0 @@
-'use strict'
-Object.defineProperty(exports, '__esModule', { value: true })
-
-var ts = require('../dist/tags/yaml-1.1/timestamp')
-exports.default = [ts.intTime, ts.floatTime, ts.timestamp]
-exports.floatTime = ts.floatTime
-exports.intTime = ts.intTime
-exports.timestamp = ts.timestamp
-
-require('../dist/warnings').warnFileDeprecation(__filename)