Skip to content

Instantly share code, notes, and snippets.

{
"name": "@yourcompany/date-adapter",
"version": "1.0.0",
"description": "A utility package to adapt various date functions from Moment.js to Day.js.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest" // or your test runner command
},
module.exports = function(config) {
config.set({
frameworks: ['jasmine'],
browsers: ['Chrome'],
files: [
'node_modules/angular/angular.js',
'node_modules/angular-mocks/angular-mocks.js',
'src/**/*.ts',
'test/**/*.spec.ts'
],
{
"success": true,
"message": "Coach information",
"data": {
"accom": {
"SEAT": {
"B06 ": {
"PSEA": "priority seating",
"QUIE": "quiet carriage",
"NSMK": "no smoking",
@xebu
xebu / gist:679f766c410860611f07
Created October 11, 2015 09:17 — forked from saetia/gist:1623487
Clean Install – OS X 10.11 El Capitan

OS X Preferences


most of these require logout/restart to take effect

# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false

# Set a shorter Delay until key repeat