Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit deeafed

Browse files
NoNameProvideddanbucholtz
authored andcommitted
chore(readme): update example package.json config (#578)
In the 0.0.47 release the `ionic_source_map_type` config was renamed to `ionic_source_map_type`. This commit update the example package.json config to use the new name.
1 parent 820feed commit deeafed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Ionic projects use the `package.json` file for configuration. There's a handy [c
6464
```
6565
"config": {
6666
"ionic_bundler": "rollup",
67-
"ionic_source_map": "source-map",
67+
"ionic_source_map_type": "source-map",
6868
"ionic_cleancss": "./config/cleancss.config.js"
6969
},
7070
```

0 commit comments

Comments
 (0)