Skip to content

Commit

Permalink
Update package and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Aug 21, 2018
1 parent f02d895 commit d5304b4
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cresolve",
"version": "0.0.1",
"description": "Node-style resolve for browsers",
"version": "1.0.0",
"description": "Node-style module resolution for SystemJS",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -20,10 +20,16 @@
},
"homepage": "https://github.com/charto/cresolve#readme",
"keywords": [
"resolve"
"browser",
"config",
"node",
"npm",
"package",
"resolve",
"systemjs"
],
"devDependencies": {
"@types/node": "^10.5.8",
"@types/node": "^10.7.1",
"@types/systemjs": "^0.20.6",
"systemjs": "~0.21.4",
"typescript": "^3.0.1"
Expand Down

0 comments on commit d5304b4

Please sign in to comment.