Skip to content

Commit 5365c6d

Browse files
committed
Remove plus sign
1 parent a49d9d7 commit 5365c6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/package-json-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ describe('generating package.json', function() {
9999
baseURL: '/',
100100
locationType: 'auto',
101101
EmberENV: { FEATURES: {} },
102-
APP: { name: 'module-whitelist', version: '0.0.0+', autoboot: false },
102+
APP: { name: 'module-whitelist', version: '0.0.0', autoboot: false },
103103
fastboot: { hostWhitelist: [ 'example.com', 'subdomain.example.com', '/localhost:\\d+/' ] },
104104
exportApplicationGlobal: true
105105
});
@@ -139,7 +139,7 @@ describe('generating package.json', function() {
139139
baseURL: '/',
140140
locationType: 'auto',
141141
EmberENV: { FEATURES: {} },
142-
APP: { name: 'fastboot-config', version: '0.0.0+', autoboot: false },
142+
APP: { name: 'fastboot-config', version: '0.0.0', autoboot: false },
143143
fastboot: { hostWhitelist: [ 'example.com', 'subdomain.example.com', '/localhost:\\d+/' ] },
144144
exportApplicationGlobal: true
145145
});

0 commit comments

Comments
 (0)