Skip to content

Commit

Permalink
feat: Support building for a server-side target
Browse files Browse the repository at this point in the history
Support building for a server-side target #59
  • Loading branch information
Khaledgarbaya authored Aug 30, 2016
2 parents 10e3233 + 787f718 commit c8bf9ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"devdep:uninstall": "npm run devdep:clean && rimraf node_modules/contentful-sdk-core"
},
"browser": "./browser.js",
"node": "./browser.js",
"files": [
"browser.js",
"index.js",
Expand Down

0 comments on commit c8bf9ac

Please sign in to comment.