README.md in jass-0.9.1 vs README.md in jass-0.9.3
- old
+ new
@@ -31,10 +31,10 @@
`vendor/package.json` and `vendor/yarn.lock` should be checked into source control.
Create your bundle entry points as `.jass` files under `app/assets/javascripts` in regular
ES6 syntax (`import`, `async/await`).
-External dependencies can be declared to Sprockets using the `global` comment:
+External dependencies can be declared to Rollup using the `global` comment:
```js
// application.jass
//= global vue Vue
//= global vue-router VueRouter