@ember-data/tracking
Advanced tools
Comparing version 4.8.1 to 4.8.2
{ | ||
"name": "@ember-data/tracking", | ||
"description": "Tracking Primitives for controlling change notification of Tracked properties when working with EmberData", | ||
"version": "4.8.1", | ||
"version": "4.8.2", | ||
"private": false, | ||
@@ -38,7 +38,2 @@ "license": "MIT", | ||
], | ||
"scripts": { | ||
"build": "rollup --config", | ||
"start": "rollup --config --watch", | ||
"prepack": "rollup --config" | ||
}, | ||
"ember-addon": { | ||
@@ -68,3 +63,7 @@ "main": "addon-main.js", | ||
"edition": "octane" | ||
}, | ||
"scripts": { | ||
"build": "rollup --config", | ||
"start": "rollup --config --watch" | ||
} | ||
} | ||
} |
13121