Brought in latest shenanigans-manager

This commit is contained in:
Josh Goldberg
2018-08-16 00:00:15 -07:00
parent 35a3c5d20e
commit f5630ac6fd
5 changed files with 6915 additions and 11 deletions
-5
View File
@@ -16,8 +16,3 @@ coverage/
# Added by shenanigans-manager for maps testing
Maps.test.ts
# Local development typically uses npm install --link
# Package lock files aren't updated by linked installs
package-lock.json
yarn.lock
+8
View File
@@ -1,3 +1,11 @@
after_script: greenkeeper-lockfile-upload
before_install: npm i -g greenkeeper-lockfile npm@latest
before_script: greenkeeper-lockfile-update
install: npm install
language: node_js
node_js:
+6896
View File
File diff suppressed because it is too large Load Diff
+4 -3
View File
@@ -7,7 +7,8 @@
"bugs": {
"url": "https://github.com/FullScreenShenanigans/StringFilr/issues"
},
"dependencies": {},
"dependencies": {
},
"description": "A path-based cache for quick lookups in nested data structures.",
"devDependencies": {
"@types/chai": "^4.1.4",
@@ -26,7 +27,7 @@
"mocha-headless-chrome": "^2.0.1",
"requirejs": "^2.3.5",
"run-for-every-file": "^1.1.0",
"shenanigans-manager": "^0.2.32",
"shenanigans-manager": "^0.2.33",
"sinon": "^6.1.5",
"sinon-chai": "^3.2.0",
"tslint": "5.11.0",
@@ -81,4 +82,4 @@
},
"types": "./src/index.d.ts",
"version": "0.7.3"
}
}
+7 -3
View File
@@ -4,15 +4,19 @@
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"lib": ["dom", "es2015.collection", "es2015.promise", "es5"],
"lib": ["dom", "es2015"],
"module": "amd",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"pretty": true,
"strictNullChecks": true,
"strict": true,
"strictFunctionTypes": false,
"strictPropertyInitialization": false,
"target": "es5"
},
"exclude": [