We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7992984 + a6abc18 commit 40ba294Copy full SHA for 40ba294
2 files changed
addon/index.ts
@@ -2,7 +2,7 @@
2
@module @ember/string
3
*/
4
import Cache from './cache';
5
-import { deprecate } from '@ember/application/deprecations';
+import { deprecate } from '@ember/debug';
6
7
8
// STATE within a module is frowned upon, this exists
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@ember/string",
- "version": "2.0.0",
+ "version": "1.0.0",
"description": "A set of utilities to transform strings",
"keywords": [
"ember-addon"
0 commit comments