Skip to content

Commit 40ba294

Browse files
authored
Merge pull request #257 from emberjs/debug-import
[BUGFIX] @ember/debug replaces @ember/application/deprecations
2 parents 7992984 + a6abc18 commit 40ba294

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

addon/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@module @ember/string
33
*/
44
import Cache from './cache';
5-
import { deprecate } from '@ember/application/deprecations';
5+
import { deprecate } from '@ember/debug';
66

77

88
// STATE within a module is frowned upon, this exists

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/string",
3-
"version": "2.0.0",
3+
"version": "1.0.0",
44
"description": "A set of utilities to transform strings",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)