Skip to content

Commit

Permalink
0.1.1, add define to compatible property list
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Apr 16, 2015
1 parent e9a35a3 commit e235371
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

## 0.1.1

add define to compatible property list

## 0.1.0

First commit
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function getPkgArgs(cwd, pkg) {
// 兼容之前的 build 配置
[
'extractCSS', 'common', 'babel', 'uglify', 'hash', 'dest', 'less',
'autoprefixer', 'umd'
'autoprefixer', 'umd', 'define'
].forEach(function(key) {
if (pkg.spm.hasOwnProperty(key)) {
ret.build[key] = pkg.spm[key];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spm-argv",
"version": "0.1.0",
"version": "0.1.1",
"description": "Argv parser for spm.",
"main": "index",
"dependencies": {
Expand Down

0 comments on commit e235371

Please sign in to comment.