Browse Source

Update 05-using-rollup-with-npm.md

master
Enieber Cunha 9 years ago
parent
commit
1180d77a4d
  1. 2
      src/guide/05-using-rollup-with-npm.md

2
src/guide/05-using-rollup-with-npm.md

@ -51,7 +51,7 @@ To run, create one script in package.json
```js
"scripts": {
"build": "node_modules/rollup/bin/rollup src/main.js --output bundle.js"
"build": "rollup src/main.js --output bundle.js"
}
```

Loading…
Cancel
Save