Rename storejs -> store to match NPM package (fixes #27825) (#27858)

This commit is contained in:
Jake Low
2018-08-03 14:03:53 -07:00
committed by Sheetal Nandi
parent d61e26f9d3
commit b98e0c95a7
8 changed files with 8 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
// Type definitions for store.js 2.0
// Project: https://github.com/marcuswestin/store.js/
// Type definitions for store 2.0
// Project: https://github.com/marcuswestin/store.js#readme
// Definitions by: Vincent Bortone <https://github.com/vbortone>
// harry0000 <https://github.com/harry0000>
// Roman Nuritdinov (Ky6uk) <https://github.com/Ky6uk>

View File

@@ -1,4 +1,3 @@
// Tests for storagejs.d.ts
import * as store from 'store';
import * as engine from 'store/src/store-engine';
import * as allPlugin from 'store/plugins/all';

View File

@@ -19,6 +19,6 @@
},
"files": [
"index.d.ts",
"storejs-tests.ts"
"store-tests.ts"
]
}
}

View File

@@ -1,4 +1,3 @@
// Tests for storagejs.d.ts
import * as store from 'store';
// Store 'marcus' at 'username'

View File

@@ -15,8 +15,8 @@
],
"types": [],
"paths": {
"storejs": [
"storejs/v1"
"store": [
"store/v1"
]
},
"noEmit": true,
@@ -24,6 +24,6 @@
},
"files": [
"index.d.ts",
"storejs-tests.ts"
"store-tests.ts"
]
}
}