mirror of
https://github.com/FullScreenShenanigans/StringFilr.git
synced 2026-08-12 02:18:27 -07:00
Brought in latest shenanigans-manager
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Generated
+6896
File diff suppressed because it is too large
Load Diff
+4
-3
@@ -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
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user